Searched refs:lang (Results 1 – 1 of 1) sorted by relevance
430 char* lang = strdup(locale); in SetLocale() local431 for (char* p = lang; *p; ++p) { in SetLocale()440 if (strcmp(lang, "ar") == 0 || // Arabic in SetLocale()441 strcmp(lang, "fa") == 0 || // Persian (Farsi) in SetLocale()442 strcmp(lang, "he") == 0 || // Hebrew (new language code) in SetLocale()443 strcmp(lang, "iw") == 0 || // Hebrew (old language code) in SetLocale()444 strcmp(lang, "ur") == 0) { // Urdu in SetLocale()447 free(lang); in SetLocale()