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 TypeMethodDescriptionvoidCmsSystemConfiguration.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 CmsLocaleManagerOpenCms.getLocaleManager()Returns the locale manager used for obtaining the current locale.protected CmsLocaleManagerOpenCmsCore.getLocaleManager()Returns the locale manager used for obtaining the current locale.