Uses of Class
io.ultreia.java4all.i18n.spi.I18nProperties
-
Packages that use I18nProperties Package Description io.ultreia.java4all.i18n.spi Package to describe all i18n objects used to build the i18n resources in your build and then used at runtime. -
-
Uses of I18nProperties in io.ultreia.java4all.i18n.spi
Methods in io.ultreia.java4all.i18n.spi that return I18nProperties Modifier and Type Method Description I18nPropertiesI18nProperties. load(File src)Load all properties from givensrcfile using defineddefaultEncoding.I18nPropertiesI18nProperties. load(File src, String encoding)Load Properties fromsrcfile using givendefaultEncoding.
-