Interface ILocaleChangeService
- All Known Implementing Classes:
LocaleChangeServiceImpl
public interface ILocaleChangeService
Service that is used to change the
Locale at runtime.
Note: This is not an OSGi service! It is created by a ContextFunction.
- Since:
- 1.2
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeApplicationLocale(String localeString) Change theLocalein the application context.voidchangeApplicationLocale(Locale locale) Change theLocalein the application context.
-
Field Details
-
TOPIC
-
LOCALE_CHANGE
Locale change event: event that gets fired on Locale changes.- See Also:
-
-
Method Details
-
changeApplicationLocale
-
changeApplicationLocale
-