CurrentThreadSettings

Inheritance: java.lang.Object

public final class CurrentThreadSettings

فئة مساعدة تسمح بتحديد اللغة الافتراضية للخيط الحالي

Deprecated: Please use LocaleOptions instead of CurrentThreadSettings.

الطرق

طريقةالوصف
getLocale()يعيد Locale الافتراضي للخيط الحالي.
setLocale(String localeName)يضبط Locale الافتراضي للخيط الحالي.
setLocale(Locale locale)يضبط Locale الافتراضي للخيط الحالي.

getLocale()

public static Locale getLocale()

يعيد Locale الافتراضي للخيط الحالي.

Returns: java.util.Locale - Locale الافتراضي للخيط الحالي.

setLocale(String localeName)

public static void setLocale(String localeName)

يضبط Locale الافتراضي للخيط الحالي.

Parameters:

معاملنوعالوصف
localeNamejava.lang.StringLocale الافتراضي للخيط الحالي.

setLocale(Locale locale)

public static void setLocale(Locale locale)

يضبط Locale الافتراضي للخيط الحالي.

Parameters:

معاملنوعالوصف
localejava.util.LocaleLocale الافتراضي للخيط الحالي.