共用方式為


GlobalizationSection.UICulture 屬性

定義

取得或設定值,指定處理地區設定相關資源搜尋的預設文化特性。

public:
 property System::String ^ UICulture { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("uiCulture", DefaultValue="")]
public string UICulture { get; set; }
[<System.Configuration.ConfigurationProperty("uiCulture", DefaultValue="")>]
member this.UICulture : string with get, set
Public Property UICulture As String

屬性值

String

處理地區設定相關資源搜尋的預設文化特性。

屬性

範例

下列程式碼範例示範如何使用 UICulture 屬性。 此程式碼範例是提供給 類別之較大範例的 GlobalizationSection 一部分。

// Display UICulture property.
Console.WriteLine("UICulture: {0}",
  configSection.UICulture);
' Display UICulture property.
Console.WriteLine("UICulture: {0}", _
 configSection.UICulture)

備註

屬性 UICulture 會指定處理地區設定相依資源搜尋的預設文化特性。

適用於

另請參閱