$LANG problem on SSH
I am writing localization code for my software. When I login in to my Linux Box as root with any language(for example German), With getenv("LANG") i get the respective language(de_DE.UTF-8). But if I login with ssh I always get en_US.UTF-8 as english is the default language for SSH Console. From SSH can I get the language information of the other console (i.e on the linux box where i have logged in with german language.)
Please help
|