LocaleOptions

Inheritance: java.lang.Object

public class LocaleOptions

LocaleOptions type specifies locale configuration for Aspose.Note.

Constructors

ConstructorDescription
LocaleOptions()

Methods

MethodDescription
clear()Clears default locale for Aspose.Note.
getLocale()Get currently actual default locale for Aspose.Note
setLocale(Locale local)Set default locale related for Aspose.Note.

LocaleOptions()

public LocaleOptions()

clear()

public static void clear()

Clears default locale for Aspose.Note. Will be used locale default for java .

getLocale()

public static Locale getLocale()

Get currently actual default locale for Aspose.Note

Returns: java.util.Locale - Locale instance

setLocale(Locale local)

public static void setLocale(Locale local)

Set default locale related for Aspose.Note.

Parameters:

ParameterTypeDescription
localjava.util.LocaleLocale instance