Multi-language-Project
Hello,
I have do develop a WebHelp-project in 6 languages. The result shall be a contextsensitive WebHelp (called via URL). The Problem is, I dont want to call the different langauges by
myHelp_en/index.htm#path/ContextTopic.htm
myHelp_es/index.htm#path/ContextTopic.htm
...
which means, I have 6 different projects on the server. I know, that there are condition-tags, but they are only good for generating different outputs,right? I need ONE output and a condition for "what to show" ![]()
Is it possible to create ONE big project and then call the language by a parameter like
myHelp/index.htm#path/ContextTopic.htm?lang=en
myHelp/index.htm#path/ContextTopic.htm?lang=es
...
This would be a much smoother solution, maybe it is even possible to change the language inside the WebHelp-framework by a drop-down-menu.
Anyone has got experience with that?
I'm using German RoboHelp 9.0.1.232 on Windows XP
P.S. Sorry for my bad english
