summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-02-16 16:21:15 +0100
committerDidier Raboud <odyx@debian.org>2011-02-16 16:23:05 +0100
commit3415ad34b00a5ed4469d13a46cba151a05e9a3e6 (patch)
tree02c39a322c0f3b649c4ef4acbc3e91a841902de9
parentaf44a2a76a94ae4405e6807455a1c3a6e63bfddf (diff)
Force LANGUAGE to fallback to LANG_ENGLISH
-rw-r--r--onInit.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/onInit.nsi b/onInit.nsi
index 07b5d3e..267c32b 100644
--- a/onInit.nsi
+++ b/onInit.nsi
@@ -43,6 +43,8 @@ final system."
stage of the installer, English will be used for now. On the second \
(and last) stage of the install process, you will be offered a much \
wider choice, where your language is more likely to be present."
+ ; Test in Windows 7 shows a somehow random choice, force it to LANG_ENGLISH.
+ StrCpy $LANGUAGE ${LANG_ENGLISH}
${Else}
StrCpy $unsupported_language false
${Endif}