namespace TinaX.I18N.Const { public static class I18NConst { public const string ServiceName = "TinaX.I18N"; public static readonly string ConfigPath_Resources = $"{TinaX.Const.FrameworkConst.Framework_Configs_Folder_Path}/{ConfigFileName}"; public const string ConfigFileName = "I18NConfig"; public const string DefaultGroupName = "common"; } }