Interface SmarteditI18nFacade
- All Known Implementing Classes:
DefaultSmarteditI18nFacade
public interface SmarteditI18nFacade
Facade to retrieve internationalization data
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the supported smartedit languagesgetTranslationMap(Locale locale) Retrieve the translation keys and the translated values for the given locale.
-
Method Details
-
getTranslationMap
Retrieve the translation keys and the translated values for the given locale.- Parameters:
locale- locale- Returns:
- Map of attribute key and translated values
-
getSupportedLanguages
List<SmarteditLanguageData> getSupportedLanguages()Retrieve the supported smartedit languages- Returns:
- a
ListofSmarteditLanguageData
-