2011년 3월 17일 목요일

국가별 언어설정 가져오기

Locale systemLocale = getResources().getConfiguration().locale;
String strDisplayCountry = systemLocale.getDisplayCountry();
String strCountry = systemLocale.getCountry();
String strLanguage = systemLocale.getLanguage();

댓글 없음:

댓글 쓰기