Uses of Interface
com.vaadin.flow.i18n.I18NProvider
Packages that use I18NProvider
-
Uses of I18NProvider in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return I18NProviderModifier and TypeMethodDescriptionDefaultInstantiator.getI18NProvider()default I18NProviderInstantiator.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 TypeClassDescriptionclassDefault i18n provider that will be initialized if customI18NProvideris not available.Constructors in com.vaadin.flow.i18n with parameters of type I18NProviderModifierConstructorDescriptionTranslationFileRequestHandler(I18NProvider i18NProvider, ClassLoader classLoader) -
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 LocaleLocaleUtil.getLocale(Supplier<Optional<I18NProvider>> i18NProvider) Get the locale from the current UI or from the given I18NProvider.