1

I am using English , but I cannot understand terminal output clearly, so how to change to Turkish only Terminal?

I try How to change language only for terminal . But I want to Turkish so I add a line export LANG=tr_TR.utf8 to the end of .bashrc in my home folder. But it does not work

Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94

1 Answers1

2

Open ~/.bashrc for editing and add these lines at the bottom of it:

export LANG=tr_TR.UTF-8
export LANGUAGE=tr
Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94