Package writer2latex.xhtml
Class L10n
- java.lang.Object
-
- writer2latex.xhtml.L10n
-
public class L10n extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description L10n()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get(int nString)
void
setLocale(java.lang.String sLocale)
void
setLocale(java.lang.String sLanguage, java.lang.String sCountry)
-
-
-
Field Detail
-
UP
public static final int UP
- See Also:
- Constant Field Values
-
FIRST
public static final int FIRST
- See Also:
- Constant Field Values
-
PREVIOUS
public static final int PREVIOUS
- See Also:
- Constant Field Values
-
NEXT
public static final int NEXT
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
INDEX
public static final int INDEX
- See Also:
- Constant Field Values
-
HOME
public static final int HOME
- See Also:
- Constant Field Values
-
DIRECTORY
public static final int DIRECTORY
- See Also:
- Constant Field Values
-
DOCUMENT
public static final int DOCUMENT
- See Also:
- Constant Field Values
-
-