Method GetSelectedLocale
GetSelectedLocale()
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 virtual Locale GetSelectedLocale()
Returns
Type | Description |
---|---|
Locale | \ |