Class StartupLocaleSelectorCollection
A collection of multiple startup selectors.
The locale is selected by starting with item 0 in the list and trying each until one succeeds in return a locale that is not null.
Inheritance
System.Object
StartupLocaleSelectorCollection
Syntax
public class StartupLocaleSelectorCollection : StartupLocaleSelector
Properties
StartupSelectors
Declaration
public List<StartupLocaleSelector> StartupSelectors { get; set; }
Property Value
Methods
GetStartupLocale(LocalesProvider)
Declaration
public override Locale GetStartupLocale(LocalesProvider availableLocales)
Parameters
Returns
Overrides