Searched refs:langCountry (Results 1 – 1 of 1) sorted by relevance
53 String[] langCountry = locale.split("_"); in changeSystemLocale() local54 if (langCountry.length == 2) { in changeSystemLocale()55 loc = new Locale(langCountry[0], langCountry[1]); in changeSystemLocale()