| getDisplayLanguage() | ใช้คืนค่า ชื่อภาษา ของ locale จากค่าคงที่ที่กำหนด |
|---|
method:getDisplayLanguage ( locale_constant );
return type:String
content:ใช้คืนค่า ชื่อภาษา ของ locale จากค่าคงที่ที่กำหนด
example:Locale locale = new Locale ( "th", "TH" ); String string_display_language = locale.getDisplayLanguage ( Locale.CHINA );