| Package | Description |
|---|---|
| com.badlogic.gdx.assets.loaders | |
| com.badlogic.gdx.utils |
| Modifier and Type | Method and Description |
|---|---|
I18NBundle |
I18NBundleLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
I18NBundleLoader.I18NBundleParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
static I18NBundle |
I18NBundle.createBundle(FileHandle baseFileHandle)
Creates a new bundle using the specified
baseFileHandle, the default locale and the default encoding "UTF-8". |
static I18NBundle |
I18NBundle.createBundle(FileHandle baseFileHandle,
java.util.Locale locale)
Creates a new bundle using the specified
baseFileHandle and locale; the default encoding "UTF-8"
is used. |
static I18NBundle |
I18NBundle.createBundle(FileHandle baseFileHandle,
java.util.Locale locale,
java.lang.String encoding)
Creates a new bundle using the specified
baseFileHandle, locale and encoding. |
static I18NBundle |
I18NBundle.createBundle(FileHandle baseFileHandle,
java.lang.String encoding)
Creates a new bundle using the specified
baseFileHandle and encoding; the default locale is used. |