| com.atlassian.confluence.languages.LocaleManager |
Known Indirect Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DEFAULT_LOCALE | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Should set the language string as given by Locale (en-gb for example) in a THREAD LOCAL cache.
| |||||||||||
Should set the language string from the request in a THREAD LOCAL cache.
| |||||||||||
This method is deprecated.
since 3.2 use
toLocale(String) instead
| |||||||||||
Should set the language string as given by Locale (en-gb for example) in a THREAD LOCAL cache. Does nothing if the language string is invalid.
Should set the language string from the request in a THREAD LOCAL cache.

