JML

net.sf.jml.util
Class LocaleIdUtils

java.lang.Object
  extended by net.sf.jml.util.LocaleIdUtils

public class LocaleIdUtils
extends Object

Get Locale Identifier from Locale, see http://krafft.com/scripts/deluxe-calendar/lcid_chart.htm.

Author:
Roger Chen

Constructor Summary
LocaleIdUtils()
           
 
Method Summary
static short getLocaleId()
           
static short getLocaleId(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleIdUtils

public LocaleIdUtils()
Method Detail

getLocaleId

public static short getLocaleId()

getLocaleId

public static short getLocaleId(Locale locale)

JML