| Package | Description |
|---|---|
| com.helger.tinymce4 | |
| com.helger.tinymce4.type |
| Modifier and Type | Method and Description |
|---|---|
ETinyMCE4Language |
HCTinyMCE4.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
HCTinyMCE4 |
HCTinyMCE4.setLanguage(ETinyMCE4Language eLanguage)
Set the language of the UI texts
|
| Modifier and Type | Method and Description |
|---|---|
static ETinyMCE4Language |
ETinyMCE4Language.getFromLocaleOrDefault(Locale aLocale,
ETinyMCE4Language eDefault)
Get the language from the passed locale, considering only available
translations.
|
static ETinyMCE4Language |
ETinyMCE4Language.getFromLocaleOrNull(Locale aLocale)
Get the language from the passed locale, considering only available
translations.
|
static ETinyMCE4Language |
ETinyMCE4Language.getFromValueOrDefault(String sValue,
ETinyMCE4Language eDefault) |
static ETinyMCE4Language |
ETinyMCE4Language.getFromValueOrNull(String sValue) |
static ETinyMCE4Language |
ETinyMCE4Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETinyMCE4Language[] |
ETinyMCE4Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ETinyMCE4Language |
ETinyMCE4Language.getFromLocaleOrDefault(Locale aLocale,
ETinyMCE4Language eDefault)
Get the language from the passed locale, considering only available
translations.
|
static ETinyMCE4Language |
ETinyMCE4Language.getFromValueOrDefault(String sValue,
ETinyMCE4Language eDefault) |
Copyright © 2014–2015 Philip Helger. All rights reserved.