availableLocales property

List<String> availableLocales
getter/setter pair

In order to avoid a potentially remote call to see if a locale is available, we hold a complete list of all the available locales.

Implementation

List<String> availableLocales;