public class

CldrImpl

extends Object
implements Localizable
java.lang.Object
   ↳ com.google.gwt.i18n.client.impl.CldrImpl
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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.

Summary

Public Constructors
CldrImpl()
Public Methods
boolean isRTL()
Returns true if the current locale is right-to-left rather than left-to-right.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CldrImpl ()

Public Methods

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.