public class SimpleLocaleContext extends Object implements LocaleContext
LocaleContext interface,
always returning a specified Locale.| Constructor and Description |
|---|
SimpleLocaleContext(Locale locale)
Create a new SimpleLocaleContext that exposes the specified Locale.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale()
Return the current Locale, which can be fixed or determined dynamically,
depending on the implementation strategy.
|
String |
toString() |
public SimpleLocaleContext(Locale locale)
getLocale() will return this Locale.locale - the Locale to exposepublic Locale getLocale()
LocaleContextgetLocale in interface LocaleContext