summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 3 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index de4574fe1..ffbcb2ecc 100755
--- a/anaconda
+++ b/anaconda
@@ -1078,6 +1078,9 @@ if (display_mode == 't'):
if (display_mode == 'c'):
from cmdline import InstallInterface
+if display_mode == "t":
+ if not os.environ.has_key("LANG"):
+ os.environ["LANG"] = "en_US.UTF-8"
# go ahead and set up the interface
intf = InstallInterface ()