public class Locale extends Object
Constructor and Description |
---|
Locale() |
Modifier and Type | Method and Description |
---|---|
String |
formatMessage(String par1Str,
Object[] par2ArrayOfObj)
Calls String.format(translateKey(key), params)
|
boolean |
isUnicode() |
void |
loadLocaleDataFiles(ResourceManager par1ResourceManager,
List par2List)
par2 is a list of languages.
|
String |
translateKey(String par1Str)
Returns the translation, or the key itself if the key could not be translated.
|
public void loadLocaleDataFiles(ResourceManager par1ResourceManager, List par2List)
public boolean isUnicode()
public String translateKey(String par1Str)