Welcome to our community, Help Debutante
I'm not sure why you would want all five languages in a
single project. I would think that if you are localizing, you would
actually want to have a separate project for each language.
Especially if you are doing Context Sensitive Help (CSH). I would
think that separate projects would simplify creating CSH as you
wouldn't have to monkey about with map id weirdness.
Hopefully someone that has worked with multilingual (single
project) files will pop in to advise us on how they work. Until
that happens, here are my own thoughts about a possible approach.
Note that my thoughts are reflecting RoboHelp 7 or 8. Earlier
versions won't make some of my steps easy.
* Duplicate TOC files.
A different TOC structure for each language.
* Duplicate Index files.
A different Index file for each language.
* Duplicate Glossary files.
A different Glossary file for each language.
* Duplicate Snippets.
I would think you would need multiple copies of any snippets
used. One copy for each language.
* Duplicate Topic files.
I would imagine each topic would have matching topics in
different languages.
* Duplicate Browse Sequence files.
Different Browse Sequences for each language.
* Duplicate controls.
Any Related Topics or See Also controls would likely need to
be duplicated. One for each language.
Cheers... Rick