| |
|
| java.lang.Object org.apache.jetspeed.i18n.CurrentLocale
CurrentLocale | final public class CurrentLocale (Code) | | Maintains a Locale for the current Thread
author: Ate Douma version: $Id: CurrentLocale.java 516448 2007-03-09 16:25:47Z ate $ |
Method Summary | |
public static Locale | get() | public static void | set(Locale locale) Sets a Locale for this Thread. |
set | public static void set(Locale locale)(Code) | | Sets a Locale for this Thread.
Use a null parameter to revert back to Locale.getDefault()
Parameters: locale - Locale for this Thread |
|
|
|