aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang.csh b/lang.csh
index 02e28e64..8072afc1 100755
--- a/lang.csh
+++ b/lang.csh
@@ -8,6 +8,11 @@ foreach file (/etc/sysconfig/i18n $HOME/.i18n)
set sourced=1
end
+if ($?GDM_LANG) then
+ set sourced=1
+ set LANG=$GDM_LANG
+endif
+
if ($sourced == 1) then
if ($?LC_ALL && $?LANG) then
if ($LC_ALL == $LANG) then