Example usage for com.liferay.portal.kernel.util LocalizationUtil getLocalizationMap

List of usage examples for com.liferay.portal.kernel.util LocalizationUtil getLocalizationMap

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util LocalizationUtil getLocalizationMap.

Prototype

public static Map<Locale, String> getLocalizationMap(String bundleName, ClassLoader classLoader, String key,
            boolean includeBetaLocales) 

Source Link

Usage

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
}