Class SetLocaleOverrideCommandSettings
Overrides default host system locale with the specified one.
public sealed class SetLocaleOverrideCommandSettings : ICommand
- Inheritance
-
SetLocaleOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Locale
ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override and restores default host system locale.
[JsonPropertyName("locale")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Locale { get; set; }