Comment #11 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
LC_TYPE should not change the locale of the messages. That's the purpose of LC_MESSAGES. For instance, the normal way to have an English interface while being able to type in Japanese (using scim, etc.) is to set: LANG=en_US.UTF-8 LC_CTYPE=ja_JP.UTF-8 This works with all applications *except Chrome*, which picks the locale for messages from LC_CTYPE. LC_CTYPE should never set the language of messages. -- 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 -~----------~----~----~----~------~----~------~--~---
