Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LocalesChanged

Occurs when the set of available locales in the project changes.
Read time 1 minuteLast updated 2 days ago

Definition

[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.