LocaleOptions

Inheritance: java.lang.Object

public class LocaleOptions

LocaleOptions type specifies locale configuration for Aspose.Email.

Constructors

ConstructorDescription
LocaleOptions()

Methods

MethodDescription
clear()Clears default locale for Aspose.Email.
equals(Object arg0)
getClass()
getLocale()Returns default Locale for Aspose.Email.
hashCode()
notify()
notifyAll()
setLocale(String localeName)Set default locale related for Aspose.Email.
setLocale(Locale locale)Set default locale related for Aspose.Email.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

LocaleOptions()

public LocaleOptions()

clear()

public static void clear()

Clears default locale for Aspose.Email. Will be used locale default for Java.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLocale()

public static Locale getLocale()

Returns default Locale for Aspose.Email.

Returns: java.util.Locale - The default Locale for current thread.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setLocale(String localeName)

public static void setLocale(String localeName)

Set default locale related for Aspose.Email.

Parameters:

ParameterTypeDescription
localeNamejava.lang.Stringthe default Locale Name.

setLocale(Locale locale)

public static void setLocale(Locale locale)

Set default locale related for Aspose.Email.

Parameters:

ParameterTypeDescription
localejava.util.Localethe default Locale.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int