org.apache.commons.i18n
Class I18nUtils

java.lang.Object
  extended by org.apache.commons.i18n.I18nUtils

public class I18nUtils
extends java.lang.Object

This class holds utility methods useful when working with i18n.

Author:
Mattias Jiderhamn

Field Summary
static java.util.ResourceBundle INTERNAL_MESSAGES
           
static java.lang.String MESSAGE_PARSING_ERROR
           
 
Method Summary
static java.util.Locale getParentLocale(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_PARSING_ERROR

public static final java.lang.String MESSAGE_PARSING_ERROR
See Also:
Constant Field Values

INTERNAL_MESSAGES

public static final java.util.ResourceBundle INTERNAL_MESSAGES
Method Detail

getParentLocale

public static java.util.Locale getParentLocale(java.util.Locale locale)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.