LocalesChanged
Occurs when the set of available locales in the project changes.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Event
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
[AutoStaticsCleanup]public static event Action LocalesChanged
Remarks
Raised after a Locale is added to, removed from, enabled in, disabled in, or reordered in the active LocalizationSettings through the editor, so editor UI can refresh. Locales that code adds to the settings directly do not raise it.