import java.util.*; public class LOCALE_CLASS_Example { public static void main(String args[]) { Locale object = new Locale("HINDI", "INDIA") ; System.out.print(object.getDisplayLanguage()); } }
hindi
Previous Question Next Question
Your comments will be displayed only after manual approval.