LocalizationPreferencesPanel¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/preferences/LocalizationPreferencesPanel.ts for the most up-to-date information.
Overview¶
The content for the "Localization" tab in the PreferencesDialog.
This is still being designed and developed. We expect it to contain a UI component to change the language on the fly when running in the "_all" file. There may also be controls to change out a character set or other artwork to match certain cultures or regions.
@author Jesse Greenberg (PhET Interactive Simulations)
Class LocalizationPreferencesPanel¶
Constructor¶
new LocalizationPreferencesPanel( localizationModel : LocalizationModel, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions : LocalizationPreferencesPanelOptions )¶
Instance Methods¶
Source Code¶
See the source for LocalizationPreferencesPanel.ts in the joist repository.