3 <script type="text/javascript">
4 var B_Lang = window.navigator.language||navigator.browserLanguage;
5 var userLang = B_Lang.slice(0,2);
6 var ref = 'ShellCmds_en.html';
8 //Only uncomment when the file exists with this language, check that the name is correct.
9 // case 'fr': ref = 'ShellCmds_fr.html'; break; //French
10 // case 'de': ref = 'ShellCmds_de.html'; break; //German
11 case 'ru': ref = 'ShellCmds_ru.html'; break; //Russian
12 case 'es': ref = 'ShellCmds_es.html'; break; //Spanish
13 // case 'it': ref = 'ShellCmds_it.html'; break; //Italian
14 // case 'nb': ref = 'ShellCmds_nb.html'; break; //Norwegian
16 window.location.href = ref;