We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.i18n.I18NProvider
Packages that use I18NProvider
Package
Description
-
Uses of I18NProvider in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return I18NProviderModifier and TypeMethodDescriptionDefaultInstantiator.getI18NProvider()
default I18NProvider
Instantiator.getI18NProvider()
Get the I18NProvider if one has been defined.
-
Uses of I18NProvider in com.vaadin.flow.i18n
Classes in com.vaadin.flow.i18n that implement I18NProviderModifier and TypeClassDescriptionclass
Default i18n provider that will be initialized if custom
I18NProvider
is not available.Constructors in com.vaadin.flow.i18n with parameters of type I18NProvider -
Uses of I18NProvider in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return types with arguments of type I18NProviderModifier and TypeMethodDescriptionstatic Optional<I18NProvider>
LocaleUtil.getI18NProvider()
Get the I18nProvider from the current VaadinService.
Method parameters in com.vaadin.flow.internal with type arguments of type I18NProviderModifier and TypeMethodDescriptionstatic Locale
LocaleUtil.getLocale
(Supplier<Optional<I18NProvider>> i18NProvider) Get the locale from the current UI or from the given I18NProvider.
-
Uses of I18NProvider in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return I18NProvider