Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • export LC_MESSAGES=en_US.UTF-8; export LANGUAGE=en:ru; > type test > test встроена в оболочку As you can see I've selected English language but it still uses Russian instead. And in your example you selected default (English) locale (C) and got a message in Russian. That's what I am talking about. Commented Jan 29, 2015 at 19:52
  • @user3544995 I got message test is a shell builtin Commented Jan 29, 2015 at 20:10
  • And I still get Russian message. And of course I got 'LC_MESSAGES' set up to 'en_US'. I'll add this to the question text. Commented Jan 29, 2015 at 20:21
  • @user3544995 Try export LC_MESSAGES=C may be en_US is not compiled on your machine? What is locale-gen shows? Commented Jan 29, 2015 at 21:09