01-30-2008
30,
1
Join Date: Jul 2007
Last Activity: 7 September 2017, 5:14 AM EDT
Location: Austria
Posts: 30
Thanks Given: 9
Thanked 1 Time in 1 Post
output in different languages
hello,
i have to change a lot of shell scripts for one reason :
the output in a script should be done in different languages.
for example:
echo "this is a test"
and "this is a test" should be printed out in language for an example: german,italian and so.
i saw a tool "gettext" , is it useable for this ?
also should work
echo "this is a test of Variable $Var"
regards