VmGcProfileLocaleSettingsOverrideSpec#
- class VmGcProfileLocaleSettingsOverrideSpec(user_locale=None, system_locale=None, ui_language=None, *args, **kwargs)#
Bases:
objectOverride specification for language and input locale settings. These settings override the corresponding locale settings from the referenced profile. To completely discard the setting from the referenced profile, specify an empty object as the value.
- Parameters:
user_locale – (
user_locale) Override for per-user locale settings used for formatting dates, times, currency, and numbers. You can either provide a new locale value or discard the setting from the referenced profile. Value must follow RFC 3066 language-tagging conventions, for example, en-US, fr-FR, es-ES.system_locale – (
system_locale) Override for the default language used for non-Unicode programs. You can either provide a new locale value or discard the setting from the referenced profile. Value must follow RFC 3066 language-tagging conventions, for example, en-US, fr-FR, es-ES.ui_language – (
ui_language) Override for the default system language used to display user interface items. You can either provide a new language value or discard the setting from the referenced profile. Value must follow RFC 3066 language-tagging conventions, for example, en-US, fr-FR, es-ES.
- property system_locale#
Override for the default language used for non-Unicode programs. You can either provide a new locale value or discard the setting from the referenced profile. Value must follow RFC 3066 language-tagging conventions, for example, en-US, fr-FR, es-ES.
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property ui_language#
Override for the default system language used to display user interface items. You can either provide a new language value or discard the setting from the referenced profile. Value must follow RFC 3066 language-tagging conventions, for example, en-US, fr-FR, es-ES.
- property user_locale#
Override for per-user locale settings used for formatting dates, times, currency, and numbers. You can either provide a new locale value or discard the setting from the referenced profile. Value must follow RFC 3066 language-tagging conventions, for example, en-US, fr-FR, es-ES.