Skip to content

LanguageSelectionNode

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.