Comment #6 on issue 15358 by [email protected]: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux http://code.google.com/p/chromium/issues/detail?id=15358
Tony, can you print out the result of the following command? $ env | egrep '(LC_|LANG)' You may have LC_ALL set to en_US.*. LC_ALL has a higher priority than LANG. Hmm, but that's not very likely because usually LC_ALL is not set explicitly in most Linux distros. How about 'LANGUAGE'? ICU's default locale setting implementation on Linux may take a look at that as well. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
