void handleLocaleChanged()

Called when the system locale changes.

Calls dispatchLocaleChanged to notify the binding observers.

See ui.window.onLocaleChanged.

Source

void handleLocaleChanged() {
  dispatchLocaleChanged(ui.window.locale);
}