Class SpecificLocaleSelector
Returns the a specific locale if it exists.
Inheritance
SpecificLocaleSelector
Syntax
[Serializable]
public class SpecificLocaleSelector : IStartupLocaleSelector
Properties
LocaleId
The Id of the Locale that should be used if possible when selecting.
Declaration
public LocaleIdentifier LocaleId { get; set; }
Property Value
Methods
GetStartupLocale(ILocalesProvider)
Returns the Locale that matches LocaleId or null if one could not be found.
Declaration
public Locale GetStartupLocale(ILocalesProvider availableLocales)
Parameters
Returns
Implements