Package org.nuclos.api.service
Interface LocalizationService
public interface LocalizationService
-
Method Summary
Modifier and TypeMethodDescriptiongenerateKey
(String text) getBestMatchingSourceLocale
(String classFqn) translate
(String key, String text, Locale sourceLocale, Locale targetLocale, StackTraceElement context, int timeoutMillisForTranslatorRequest, boolean cacheResult) translateChecked
(String key, String text, Locale sourceLocale, Locale targetLocale, StackTraceElement context, int timeoutMillisForTranslatorRequest, boolean cacheResult)
-
Method Details
-
translate
-
translateChecked
String translateChecked(String key, String text, Locale sourceLocale, Locale targetLocale, StackTraceElement context, int timeoutMillisForTranslatorRequest, boolean cacheResult) throws Exception - Throws:
Exception
-
getBestMatchingSourceLocale
-
generateKey
-
getDateFormatShort
String getDateFormatShort() -
getTimeFormatShort
String getTimeFormatShort() -
getTimeFormatMedium
String getTimeFormatMedium() -
getGroupingSeparator
String getGroupingSeparator() -
getDecimalSeparator
String getDecimalSeparator()
-