Hi All
I have recently signed up for the professional web hosting plan. All works great apart from I can't figure out if it's possible to change the language of the ssh terminal from French to English. I'm sure it must be but I can't figure it out. Any help would be great, thank you.
Cheers
Just insert the following line in your `.bashrc` file, as you would do on a normal Linux box when you don't have root privileges:
`export LC_ALL=en_US.UTF-8`
You need to log out and log back in again for the changes to take effect.
Hope that helps.