handleLocaleChanged method
Called when the system locale changes.
Calls dispatchLocaleChanged
to notify the binding observers.
See Window.onLocaleChanged
.
Implementation
@protected
@mustCallSuper
void handleLocaleChanged() {
dispatchLocalesChanged(window.locales);
}