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 定義的標準。

適用於