Uses of Class
com.badlogic.gdx.utils.I18NBundle
-
Packages that use I18NBundle Package Description com.badlogic.gdx.assets.loaders com.badlogic.gdx.utils -
-
Uses of I18NBundle in com.badlogic.gdx.assets.loaders
Methods in com.badlogic.gdx.assets.loaders that return I18NBundle Modifier and Type Method Description I18NBundleI18NBundleLoader. loadSync(AssetManager manager, java.lang.String fileName, FileHandle file, I18NBundleLoader.I18NBundleParameter parameter) -
Uses of I18NBundle in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return I18NBundle Modifier and Type Method Description static I18NBundleI18NBundle. createBundle(FileHandle baseFileHandle)Creates a new bundle using the specifiedbaseFileHandle, the default locale and the default encoding "UTF-8".static I18NBundleI18NBundle. createBundle(FileHandle baseFileHandle, java.lang.String encoding)Creates a new bundle using the specifiedbaseFileHandleandencoding; the default locale is used.static I18NBundleI18NBundle. createBundle(FileHandle baseFileHandle, java.util.Locale locale)Creates a new bundle using the specifiedbaseFileHandleandlocale; the default encoding "UTF-8" is used.static I18NBundleI18NBundle. createBundle(FileHandle baseFileHandle, java.util.Locale locale, java.lang.String encoding)Creates a new bundle using the specifiedbaseFileHandle,localeandencoding.
-