Class LanguageCode
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.LanguageCode
-
- Direct Known Subclasses:
LanguageCode.MacLanguageCode
,LanguageCode.MicrosoftLanguageCode
public class LanguageCode extends Object
Different language codes are defined for the mac and windows platform. The numbering schema is disjunct, so there are no conflicts between the codes assigned on the Windows platform and the codes assigned on the Macintosh platform.- Author:
- Thomas Morgner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LanguageCode.MacLanguageCode
static class
LanguageCode.MicrosoftLanguageCode
-
Constructor Summary
Constructors Constructor Description LanguageCode(String name, int code)
-