Interface IStartupLocaleSelector
Determines what locale should be used when the application starts or does not currently have an active locale.
Namespace: UnityEngine.Localization.Settings
Syntax
public interface IStartupLocaleSelector
Methods
GetStartupLocale(ILocalesProvider)
Determine which Locale should be used.
Declaration
Locale GetStartupLocale(ILocalesProvider availableLocales)
Parameters
Type | Name | Description |
---|---|---|
ILocalesProvider | availableLocales | The available locales to select from. |
Returns
Type | Description |
---|---|
Locale | The selected locale or null. |