I am working on a localized project where it is important for me to display text in local language eg: Hindi, tamil, etc.
I didn't had any problem in displaying the language in label, textfield, combo, etc using
this comboDistrict.setFont(new Font("Kruti Dev 010", Font.BOLD, 17));
i have text coming from database which i need to show in message dialog.
but i don't know how can i do the same in message dialog!
Please let me know the way to do this. Thanx :)