summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/index.html b/help3xsl/index.html
index 47cc54b268..9300f1b866 100644
--- a/help3xsl/index.html
+++ b/help3xsl/index.html
@@ -11,7 +11,8 @@
</head>
<body>
<script type="text/javascript">
- window.open('latest/en-US/text/shared/main0108.html?&DbPAR=WRITER&System=WIN','_self');
+ var userLang = navigator.language || navigator.userLanguage;
+ window.open('latest/'+userLang+'/text/shared/main0108.html?&DbPAR=WRITER&System=WIN','_self');
</script>
</body>
</html>