Liferay 6.0.5

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 String getMessage(Locale locale, String key)
           
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)

getMessage

public static String getMessage(Locale locale,
                                String key)

putLanguageMap

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

setConfig

public void setConfig(String config)

Liferay 6.0.5