UserLocale (microsoft-windows-international-core-userlocale)
UserLocale
指定用于在 Windows 安装中设置日期、时间、货币和数字格式的每用户设置。
用户可使用“区域和语言选项”控制面板的“管理”在正在运行的 Windows 安装中更改此值。
有关支持的语言、区域设置和标识符的列表,请参阅可用语言包。
值
User_locale |
指定最终用户的区域设置。 User_locale 字符串基于 RFC 3066 的语言标记约定。 使用“语言-区域”模式,其中“语言”是语言代码,“区域”是国家或地区标识符(例如,en-US、fr-FR 或 es-ES)。 此值不区分大小写。 |
该字符串类型支持空元素。
父层次结构
Microsoft-Windows-International-Core | UserLocale
有效配置阶段
oobeSystem
specialize
应用于
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-International-Core。
XML 示例
下面的示例演示如何将用户区域设置设置为日语(日本)。
<InputLocale>0411:00000411</InputLocale>
<SystemLocale>ja-JP</SystemLocale>
<UILanguage>ja-JP</UILanguage>
<UserLocale>ja-JP</UserLocale>