writer2latex.util

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-2005 by Henrik Just All Rights Reserved. Version 0.4.1a (2005-07-28)
Field Summary
static intCONTENTS
static intFIRST
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

FIRST

public static final int FIRST

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)