The startup locale selectors, evaluated in order to pick the selected locale on initialization.
During LocalizationSettings.InitializeAsync these IStartupLocaleSelector instances are evaluated in order and the first non-null result becomes the selected locale, falling back to LocalizationSettings.ProjectLocale. The default chain is a CommandLineLocaleSelector followed by a SystemLocaleSelector.