List of usage examples for com.liferay.portal.kernel.util LocalizationUtil getLocalizationMap
public static Map<Locale, String> getLocalizationMap(String bundleName, ClassLoader classLoader, String key, boolean includeBetaLocales)
From source file:com.liferay.so.util.InstanceUtil.java
License:Open Source License
protected static Map<Locale, String> getLocalizationMap(String key) { return LocalizationUtil.getLocalizationMap("content.Language", InstanceUtil.class.getClassLoader(), key, false);//from ww w . j a v a 2 s . c om }