Liferay 7.0-ce-b4

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
 void afterPropertiesSet()
           
static String fixValue(String value)
           
static void fixValues(Map<String,String> languageMap, Properties properties)
           
static String getMessage(Locale locale, String key)
           
static ResourceBundle getResourceBundle(Locale locale)
           
static Locale getSuperLocale(Locale locale)
           
 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)

getResourceBundle

public static ResourceBundle getResourceBundle(Locale locale)

getSuperLocale

public static Locale getSuperLocale(Locale locale)

afterPropertiesSet

public void afterPropertiesSet()

setConfig

public void setConfig(String config)

Liferay 7.0-ce-b4