We have several projects with quite a lot of graphics and not so much text, that we need to publish in German and English. I know that it is not recommended, but we have the text in both languages in the topics, separated by build conditions.
Currently we publish the two versions of these documents to PDF and CHM, but we are evaluating to publish some of them as WebHelp in the future. The question is, whether we need two separate websites or whether we could merge both languages in the same website structure. For that, we would need to have different names for the individual html files according to their language.
Is it possible to publish a project as WebHelp with two different build options and create all topics with a distinguishing addition to their file name? Example: The topic with ID topic1 should result in a topic1_DE.html file when published with the the include option for German, and in a topic1_EN.html file when published with the include option for English. Of course a link in topic1 to topic2 should then result in a link from topic1_DE.html to topic2_DE.html.
Is there a "direct" way to do it? Or would it be possible by adding a build-specific variable somewhere in the HTML template or whereever?