GlobalizationSection.UICulture プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ロケール依存のリソース検索のための既定のカルチャを指定する値を取得または設定します。
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
プロパティ値
ロケール依存のリソース検索のための既定のカルチャ。
- 属性
例
次のコード例は、このプロパティの使用方法を UICulture 示しています。 このコード例は、GlobalizationSection クラスのために提供されている大規模な例の一部です。
// Display UICulture property.
Console.WriteLine("UICulture: {0}",
configSection.UICulture);
' Display UICulture property.
Console.WriteLine("UICulture: {0}", _
configSection.UICulture)
注釈
このプロパティは UICulture 、ロケール依存のリソース検索を処理するための既定のカルチャを指定します。