I am not sure what exactly you are asking to do here but if it is to show all countries that use the English Language then you should use the getDisplayLanguage() method, like so:
Hope that helps.. if not let me know.
Slight edit to fit in page width -- Carl [ April 08, 2002: Message edited by: Carl Trusiak ]
Answered here. Also, please read our user name policy here and modify your display name accordingly. We need to see a space between Zhebin and Cong. Thanks. [ April 08, 2002: Message edited by: Jim Yingst ]
You need to adjust your base Locale. This is what controls the display. I tried to use Chinese for the example but, I don't have a character set to handle that so, I used French instead. Just before your loop call: Locale.setDefault(Locale.FRENCH); You can use any of the constants such as ENGLISH Since my base local is that, I shifted it to French to see the difference.