| getDisplayName() | ใช้คืนค่า ชื่อภาษาและชื่อประเทศ ของ locale จากค่าคงที่ที่กำหนด |
|---|
method:getDisplayName ( locale_constant );
return type:String
content:ใช้คืนค่า ชื่อภาษาและชื่อประเทศ ของ locale จากค่าคงที่ที่กำหนด
example:Locale locale = new Locale ( "th", "TH" ); String string_display_name = locale.getDisplayName ( Locale.CHINA );