writer2latex.xhtml

Class L10n

public class L10n extends 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-2009 by Henrik Just All Rights Reserved. Version 1.0 (2009-09-07)
Field Summary
static intCONTENTS
static intDIRECTORY
static intDOCUMENT
static intFIRST
static intHOME
static intINDEX
static intLAST
static intNEXT
static intPREVIOUS
static intUP
Method Summary
Stringget(int nString)
voidsetLocale(String sLocale)
voidsetLocale(String sLanguage, String sCountry)

Field Detail

CONTENTS

public static final int CONTENTS

DIRECTORY

public static final int DIRECTORY

DOCUMENT

public static final int DOCUMENT

FIRST

public static final int FIRST

HOME

public static final int HOME

INDEX

public static final int INDEX

LAST

public static final int LAST

public static final int NEXT

public static final int PREVIOUS

UP

public static final int UP

Method Detail

get

public String get(int nString)

setLocale

public void setLocale(String sLocale)

setLocale

public void setLocale(String sLanguage, String sCountry)