Method SetSelectedLocale
SetSelectedLocale(Locale)
The current selected Locale. This is the Locale that will be used by default when localizing assets and strings. Calling this when the Localization system has not initialized will force the Localization system to load all Locales before returning, see SelectedLocaleAsync for a version that will load the Locales asynchronously.
Declaration
public void SetSelectedLocale(Locale locale)
Parameters
Type | Name | Description |
---|---|---|
Locale | locale |