Interface SmarteditI18nFacade

All Known Implementing Classes:
DefaultSmarteditI18nFacade

public interface SmarteditI18nFacade
Facade to retrieve internationalization data
  • Method Details

    • getTranslationMap

      Map<String,String> getTranslationMap(Locale locale)
      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 List of SmarteditLanguageData