...
<p style"border-left:2px solid SteelBlue;padding-left:8px;">
Code Block |
---|
We userequire the files from the previuos example and add <br/><tt>_extra_urls['english'] = 'http://[scheduler_host]:[scheduler_port]/index.html';</tt> <br/><tt>_extra_urls['russian'] = 'http://[scheduler_host]:[scheduler_port]/index.html#ru';</tt> <br/><tt>_extra_urls['french'] = 'http://[scheduler_host]:[scheduler_port]/index.html#fr';</tt> <br/>in ''fr.js'', ''ru.js'' andthe ''custom.js''. <br/> <br/>If you call the operationsGui you find links in the right top <tt>Extras</tt> menu, so you can easily choose the language. |
...