|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.ui.DisplayI18NHelper
public class DisplayI18NHelper
This class permits to handle the different languages that a user can choose to display the
labels of the application.
Be careful, this class handles possible user languages and not possible content languages.
The different content languages are managed by I18NHelper
.
Method Summary | |
---|---|
static String |
getDefaultLanguage()
Returns the default language used to display user interface (UI) |
static List<String> |
getLanguages()
Returns all languages available to display user interface |
static String |
verifyLanguage(String language)
Verifies if the given user language is handled by the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getDefaultLanguage()
public static List<String> getLanguages()
public static String verifyLanguage(String language)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |