namespace UnityEngine.UI { public interface ITextTool { string GetLanguageMassge(int id); } }