namespace CSFrameworkV5.Language { /// /// 支持多语言的接口 /// public interface ILanguageSupport { /// /// 设置语言 /// void SetLanguage(); } }