com.virtuosotechnologies.lib.util
Class LocaleUtils

java.lang.Object
  extended bycom.virtuosotechnologies.lib.util.LocaleUtils

public final class LocaleUtils
extends Object

Locale-related utilities


Method Summary
static Locale getNamedLocale(String name)
          Construct a Locale object for the given programmatic string representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNamedLocale

public static Locale getNamedLocale(String name)
Construct a Locale object for the given programmatic string representation

Parameters:
name - Locale representation
Returns:
Locale