- java.lang.Object
-
- impl.org.controlsfx.i18n.Translations
-
public class Translations extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Locale>
getAllTranslationLocales()
static List<Translation>
getAllTranslations()
static Optional<Translation>
getTranslation(String localeString)
-
-
-
Method Detail
-
getTranslation
public static Optional<Translation> getTranslation(String localeString)
-
getAllTranslations
public static List<Translation> getAllTranslations()
-
-