handleLocaleChanged method

  1. @protected
  2. @mustCallSuper
void handleLocaleChanged ()
@mustCallSuper, @protected

Called when the system locale changes.

Calls dispatchLocaleChanged to notify the binding observers.

See Window.onLocaleChanged.

Implementation

@protected
@mustCallSuper
void handleLocaleChanged() {
  dispatchLocalesChanged(ui.window.locales);
}