Package org.silverpeas.core.chat
Class ChatLocalizationProvider
- java.lang.Object
-
- org.silverpeas.core.chat.ChatLocalizationProvider
-
public class ChatLocalizationProvider extends Object
A provider of a localization bundle for the chat service.- Author:
- mmoquillon
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.silverpeas.kernel.bundle.LocalizationBundle
getLocalizationBundle()
static org.silverpeas.kernel.bundle.LocalizationBundle
getLocalizationBundle(String language)
-
-
-
Method Detail
-
getLocalizationBundle
public static org.silverpeas.kernel.bundle.LocalizationBundle getLocalizationBundle()
-
getLocalizationBundle
public static org.silverpeas.kernel.bundle.LocalizationBundle getLocalizationBundle(String language)
-
-