Liferay 6.1.2-ce-ga3

com.liferay.portal.language
Class LanguageResources

java.lang.Object
  extended by com.liferay.portal.language.LanguageResources

public class LanguageResources
extends Object


Constructor Summary
LanguageResources()
           
 
Method Summary
static String fixValue(String value)
           
static void fixValues(Map<String,String> languageMap, Properties properties)
           
static String getMessage(Locale locale, String key)
           
static Locale getSuperLocale(Locale locale)
           
static Map<String,String> putLanguageMap(Locale locale, Map<String,String> languageMap)
           
 void setConfig(String config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageResources

public LanguageResources()
Method Detail

fixValue

public static String fixValue(String value)

fixValues

public static void fixValues(Map<String,String> languageMap,
                             Properties properties)

getMessage

public static String getMessage(Locale locale,
                                String key)

getSuperLocale

public static Locale getSuperLocale(Locale locale)

putLanguageMap

public static Map<String,String> putLanguageMap(Locale locale,
                                                Map<String,String> languageMap)

setConfig

public void setConfig(String config)

Liferay 6.1.2-ce-ga3