findlocaleindex 1 - eisclimber/ExPresS-XR GitHub Wiki
Method in LocaleChanger
Finds the index of the desired locale in the LocalizationSettings.
public static int FindLocaleIndex(Locale desiredLocale)| Name | Description |
|---|---|
UnityEngine.Localization.Locale desiredLocale |
The locale. |
The index of the locale or -1 if not found.