Skip to content

LanguageSelectionNode

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/LanguageSelectionNode.ts for the most up-to-date information.

Overview

Class for items of a LocalePanel. Locales shown in their localized name wrapped in a Rectangle for highlighting and input listeners.

@author Jesse Greenberg (PhET Interactive Simulations)

Class LanguageSelectionNode

import { LanguageSelectionNode } from 'scenerystack/sim';

Constructor

new LanguageSelectionNode( localeProperty : Property<Locale>, locale : Locale )

Instance Methods

Instance Properties

locale : Locale

(readonly)

Source Code

See the source for LanguageSelectionNode.ts in the joist repository.