| setLocale() | ใช้กำหนด object Locale ให้กับ Object MessageFormat |
|---|
method:setLocale ( object_locale );
return type:void
content:ใช้กำหนด object Locale ให้กับ Object MessageFormat
example:Locale locale = new Locale ( "th", "TH" ); MessageFormat message_format = new MessageFormat (); message_format.setLocale ( locale );