Class ApplicationI18NProvider
java.lang.Object
one.microstream.storage.restclient.app.ApplicationI18NProvider
- All Implemented Interfaces:
com.vaadin.flow.i18n.I18NProvider
,Serializable
@Component public class ApplicationI18NProvider extends Object implements com.vaadin.flow.i18n.I18NProvider
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ApplicationI18NProvider()
-
Method Summary
Modifier and Type Method Description List<Locale>
getProvidedLocales()
String
getTranslation(String key, Locale locale, Object... params)
-
Constructor Details
-
ApplicationI18NProvider
public ApplicationI18NProvider()
-
-
Method Details
-
getProvidedLocales
- Specified by:
getProvidedLocales
in interfacecom.vaadin.flow.i18n.I18NProvider
-
getTranslation
- Specified by:
getTranslation
in interfacecom.vaadin.flow.i18n.I18NProvider
-