PenProfile 2.x

com.livescribe.icr
Class Language

java.lang.Object
  extended by com.livescribe.icr.Language

public final class Language
extends Object

Represents a language localized to a specific region or country. This functions in a similar way to Locale.

Since:
0.3
See Also:
PenletContext.getICRContext(int, HWRListener)

Field Summary
static Language DEFAULT
          The default localized language.
static Language EN_US
          English/US language specification.
static Language ES_ES
          Spanish/Spain language specification.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EN_US

public static final Language EN_US
English/US language specification.

Since:
0.3

ES_ES

public static final Language ES_ES
Spanish/Spain language specification.

Since:
0.5

DEFAULT

public static final Language DEFAULT
The default localized language. This is used when invoking PenletContext.getICRContext without specifying a language or writing style.

The current default is en_US.

See Also:
PenletContext.getICRContext(int, HWRListener)

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.