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 属性指定用于处理依赖区域设置的资源搜索的默认区域性。