Culture Property
Gets or sets the culture.
CultureInfo Culture { get; set; }
- Namespace
- Spectre
.Console .Cli - Containing Type
- ICommandAppSettings
- Property Type
- CultureInfo
Remarks
Text displayed by
HelpProvider
can be localised, but defaults to English.
Setting this property informs the resource manager which culture to use when fetching strings.
English will be used when a culture has not been specified (ie. this property is null)
or a string has not been localised for the specified culture.