Class IkasanI18NProvider

  • All Implemented Interfaces:
    com.vaadin.flow.i18n.I18NProvider, java.io.Serializable

    @Configuration
    public class IkasanI18NProvider
    extends java.lang.Object
    implements com.vaadin.flow.i18n.I18NProvider
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String RESOURCE_BUNDLE_NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.Locale> getProvidedLocales()  
      java.lang.String getTranslation​(java.lang.String key, java.util.Locale locale, java.lang.Object... params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RESOURCE_BUNDLE_NAME

        public static final java.lang.String RESOURCE_BUNDLE_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • IkasanI18NProvider

        public IkasanI18NProvider()
    • Method Detail

      • getProvidedLocales

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

        public java.lang.String getTranslation​(java.lang.String key,
                                               java.util.Locale locale,
                                               java.lang.Object... params)
        Specified by:
        getTranslation in interface com.vaadin.flow.i18n.I18NProvider