MissingSatelliteAssemblyException.CultureName 属性

定义

获取默认区域性的名称。

public:
 property System::String ^ CultureName { System::String ^ get(); };
public string? CultureName { get; }
public string CultureName { get; }
member this.CultureName : string
Public ReadOnly Property CultureName As String

属性值

默认区域性的名称。

注解

应用的默认区域性由 NeutralResourcesLanguageAttribute 属性定义。 有关 Windows 系统上可用的区域性名称的列表,请参阅 Windows 支持的语言/区域名称列表中的“语言标记”列。 列名遵循 BCP 47 定义的标准。

适用于