public class I18NUtills extends Object
| Constructor and Description |
|---|
I18NUtills() |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(String bundleName,
Locale locale,
String key,
Object arg1) |
static String |
format(String bundleName,
Locale locale,
String key,
Object[] args)
Looks up the value for
key in the
ResourceBundle referenced by
bundleName, then formats that value for the
specified Locale using args. |
static String |
format(String bundleName,
Locale locale,
String key,
Object arg1,
Object arg2) |
static String |
getString(String bundleName,
Locale locale,
String key) |
Copyright © 2014-2015 Opoo.org. All Rights Reserved.