Uses of Class
org.nuiton.i18n.init.I18nInitializer
Packages that use I18nInitializer
-
Uses of I18nInitializer in org.nuiton.i18n
Fields in org.nuiton.i18n declared as I18nInitializerModifier and TypeFieldDescriptionprotected static I18nInitializerI18n.initializerDeprecated.protected I18nInitializerI18nStore.resolverle resolver de bundlesMethods in org.nuiton.i18n that return I18nInitializerModifier and TypeMethodDescriptionprotected static I18nInitializerI18n.getDefaultInitializer()I18nStore.getResolver()Methods in org.nuiton.i18n with parameters of type I18nInitializerModifier and TypeMethodDescriptionstatic voidI18n.init(I18nInitializer initializer, Locale locale) Initialize I18n system.protected static voidI18n.initStore(I18nInitializer initializer, Locale locale) Init the store with given parameters and set the current language in the store to the default givenlocale.Constructors in org.nuiton.i18n with parameters of type I18nInitializer -
Uses of I18nInitializer in org.nuiton.i18n.init
Subclasses of I18nInitializer in org.nuiton.i18n.initModifier and TypeClassDescriptionclassImplementation of aI18nInitializerusing all i18n resources (from artifacts) discovered in classpath.classDefault implementation of aI18nInitializerusing the default i18n implementation (one unique bundle with a definition properties file).classInitializer which expose i18n resources in theUserI18nInitializer.userDirectory, then use resources from this user directories.
I18n.init(I18nInitializer, Locale)which will pass directly the initializer to the store.