NeutralResourcesLanguageAttribute.CultureName 属性
定义
获取区域性名称。Gets the culture name.
public:
property System::String ^ CultureName { System::String ^ get(); };
public string CultureName { get; }
member this.CultureName : string
Public ReadOnly Property CultureName As String
属性值
主程序集的默认区域性的名称。The name of the default culture for the main assembly.
注解
有关 Windows 系统上可用的区域性名称的详细列表,请参阅 windows 支持的语言/区域名称列表中的 语言标记 列。For a detailed list of culture names available on Windows systems, see the Language tag column in the list of language/region names supported by Windows. 列名遵循 BCP 47 定义的标准。Culture names follow the standard defined by BCP 47.