Called when the system locale changes.
Calls dispatchLocaleChanged to notify the binding observers.
See ui.window.onLocaleChanged.
Source
void handleLocaleChanged() {
dispatchLocaleChanged(ui.window.locale);
}
Called when the system locale changes.
Calls dispatchLocaleChanged to notify the binding observers.
See ui.window.onLocaleChanged.
void handleLocaleChanged() {
dispatchLocaleChanged(ui.window.locale);
}