共用方式為


UILanguageFallback (Standard 7 Package Reference)

7/8/2014

UILanguageFallback specifies the language to use for resources that are not localized for the default system user interface (UI) (UILanguage setting). A fallback language is used when resources are not localized for a partially localized language.

Note

The fallback language in Windows Embedded Standard 7 is always en-US and so this setting is ignored.

For the list of supported languages, locales, and identifiers, see Language Packages.

Values

Language_fallback

Indicates the language of the UI for resources that have not been localized into the system-preferred language.

Language_fallback is a string based on the language-tagging conventions of RFC 3066. The pattern language-region is used. Where language is an ISO-639 language code and region is an ISO 3166-1 country or region identifier. For example, en-US, fr-FR, or es-ES.

This value is not case-sensitive.

This string type supports empty elements.

Valid Passes

windowsPE

See Also

Concepts

UILanguage