Uses of Class
org.opencms.i18n.CmsLocaleManager
Packages that use CmsLocaleManager
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of CmsLocaleManager in org.opencms.configuration
Methods in org.opencms.configuration that return CmsLocaleManagerModifier and TypeMethodDescriptionCmsSystemConfiguration.getLocaleManager()
Returns the configured locale manager for multi language support.Methods in org.opencms.configuration with parameters of type CmsLocaleManagerModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setLocaleManager
(CmsLocaleManager localeManager) Sets the locale manager for multi language support. -
Uses of CmsLocaleManager in org.opencms.main
Methods in org.opencms.main that return CmsLocaleManagerModifier and TypeMethodDescriptionstatic CmsLocaleManager
OpenCms.getLocaleManager()
Returns the locale manager used for obtaining the current locale.protected CmsLocaleManager
OpenCmsCore.getLocaleManager()
Returns the locale manager used for obtaining the current locale.