Class SpecificLocaleSelector
  
Returns the a specific locale if it exists.
 
Inheritance
System.Object
SpecificLocaleSelector
 
Syntax
public class SpecificLocaleSelector : StartupLocaleSelector
 
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(LocalesProvider)
Declaration
public override Locale GetStartupLocale(LocalesProvider availableLocales)
 
Parameters
Returns
Overrides