com.google.gwt.i18n.client.impl
Class CldrImpl

java.lang.Object
  extended by com.google.gwt.i18n.client.impl.CldrImpl
All Implemented Interfaces:
Localizable
Direct Known Subclasses:
CldrImpl_ar, CldrImpl_fa, CldrImpl_he, CldrImpl_ps, CldrImpl_ur

public class CldrImpl
extends java.lang.Object
implements Localizable

Implementation detail of LocaleInfo -- not a public API and subject to change. Locale data from CLDR. Subclasses of this are currently hand-written, but will eventually be generated directly from the CLDR data and make available most of the information present in CLDR.


Constructor Summary
CldrImpl()
           
 
Method Summary
 boolean isRTL()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CldrImpl

public CldrImpl()
Method Detail

isRTL

public boolean isRTL()
Returns:
true if the current locale is right-to-left rather than left-to-right. Most languages are left-to-right, so the default is false.