Home
last modified time | relevance | path

Searched refs:langCountry (Results 1 – 1 of 1) sorted by relevance

/development/apps/CustomLocale/src/com/android/customlocale2/
DChangeLocale.java53 String[] langCountry = locale.split("_"); in changeSystemLocale() local
54 if (langCountry.length == 2) { in changeSystemLocale()
55 loc = new Locale(langCountry[0], langCountry[1]); in changeSystemLocale()