| getLocale() | ใช้คืนค่า object Locale ของ Object MessageFormat |
|---|
method:getLocale ();
return type:Locale
content:ใช้คืนค่า object Locale ของ Object MessageFormat
example:MessageFormat message_format = new MessageFormat (); Locale locale = message_format.getLocale ();