Class JmixI18NProvider

java.lang.Object
io.jmix.flowui.sys.JmixI18NProvider
All Implemented Interfaces:
com.vaadin.flow.i18n.I18NProvider, Serializable

@Component("flowui_JmixI18NProvider") public class JmixI18NProvider extends Object implements com.vaadin.flow.i18n.I18NProvider
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getProvidedLocales

      public List<Locale> getProvidedLocales()
      Specified by:
      getProvidedLocales in interface com.vaadin.flow.i18n.I18NProvider
    • getTranslation

      public String getTranslation(String key, Locale locale, Object... params)
      Specified by:
      getTranslation in interface com.vaadin.flow.i18n.I18NProvider
    • getKey

      protected String getKey(String messageKey)
    • getGroup

      protected String getGroup(String messageKey)