writer2latex.xhtml

Class L10n


public class L10n
extends java.lang.Object

L10n.java This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1, as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Copyright: 2002-2010 by Henrik Just All Rights Reserved. Version 1.0.2 (2010-04-26)

Field Summary

static int
CONTENTS
static int
DIRECTORY
static int
DOCUMENT
static int
FIRST
static int
HOME
static int
INDEX
static int
LAST
static int
NEXT
static int
PREVIOUS
static int
UP

Method Summary

String
get(int nString)
void
setLocale(String sLocale)
void
setLocale(String sLanguage, String sCountry)

Field Details

CONTENTS

public static final int CONTENTS
Field Value:
5

DIRECTORY

public static final int DIRECTORY
Field Value:
8

DOCUMENT

public static final int DOCUMENT
Field Value:
9

FIRST

public static final int FIRST
Field Value:
1

HOME

public static final int HOME
Field Value:
7

INDEX

public static final int INDEX
Field Value:
6

LAST

public static final int LAST
Field Value:
4

UP

public static final int UP
Field Value:
0

Method Details

get

public String get(int nString)

setLocale

public void setLocale(String sLocale)

setLocale

public void setLocale(String sLanguage,
                      String sCountry)