public class DefaultI18Manager extends Object implements I18nManager
| Constructor and Description | 
|---|
DefaultI18Manager()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addResourceFamily(String family,
                 ClassLoader loader,
                 String callerName)  | 
void | 
addResourceFamily(String family,
                 File folder)
Adds an additional family of resource files containing some translations. 
 | 
String | 
getTranslation(String message)
Get translation for the current language of message. 
 | 
String | 
getTranslation(String message,
              String[] args)
Get translation for the current language of message. 
 | 
public String getTranslation(String message)
I18nManagergetTranslation in interface I18nManagermessage - the message key used for translation.public String getTranslation(String message, String[] args)
I18nManagergetTranslation in interface I18nManagermessage - the message key used for translation.public void addResourceFamily(String family, ClassLoader loader, String callerName)
addResourceFamily in interface I18nManagerpublic void addResourceFamily(String family, File folder)
I18nManageri18nManager.addResourceFamily("text", new File("./resources"))addResourceFamily in interface I18nManagerfamily - The family name (or base name) which is used to search
                  actual properties files.folder - The search path to locate the property files