getViewLanguageList() Convenience method for obtaining the supported languages
(represented in ISO two letter code) as a simple
comma seperated list.
public boolean
isSupportedViewLanguage(String lang) Tests if a given language (by ISO two letter code)
is supported.
Parameters: lang - a String representing a language.
public boolean
isSupportedViewLocale(Locale loc) Tests if a given locale is supported.
Parameters: loc - a Locale instance.
setViewLanguageList(String list) Convenience method for setting the supported languages
(represented in ISO two letter code) as a simple
comma seperated list.
Convenience method for obtaining the supported languages
(represented in ISO two letter code) as a simple
comma seperated list.
Note that this is supposed to be helpful for simplifying
the persistency mechanism.
the list as String.
isSupportedViewLanguage
public boolean isSupportedViewLanguage(String lang)(Code)
Tests if a given language (by ISO two letter code)
is supported.
Parameters: lang - a String representing a language. true if supported, false otherwise.
isSupportedViewLocale
public boolean isSupportedViewLocale(Locale loc)(Code)
Tests if a given locale is supported.
Parameters: loc - a Locale instance. true if supported, false otherwise.