Localization of projects
Posted: Thu Jun 25, 2015 11:16 pm
Hi guys,
It's me again
I am sorry to bombard you with so many questions, however I have a presentation tomorrow to the team regarding the advantages of DITA, and one of the topics is localization.
I think I told Radu once that I am also the translator for this company, so besides the creation/maintenance of the documentation I am also in charge with the translation/localization of the documentation.
Right now I am experimenting with 2 concepts of having the projects translated:
1. Have one project containing all translations (English, French, German, Japanese, Spanish) inside it in the form of something like:
This is working nice and fine withe the topic, however when I get to the localization of the bookmap, I find that I can do it only in one language as the xml:lang can be present only once at the beginning of it in order to automatically translate everything inside the project.
2. Have for each language one project, which is multiplying the volume of projects accordingly.
If I opt for the first solution, do you know how I could bypass the issue with the bookmap? Is there a way to specify all the languages, and the selection to be done at the time of the build?
Personally, I like the second solution, however the team might opt differently than me, so I have to be prepared.
Sorry for the long story, and thank you for helping me see "the light at the end of the tunnel".
It's me again

I am sorry to bombard you with so many questions, however I have a presentation tomorrow to the team regarding the advantages of DITA, and one of the topics is localization.
I think I told Radu once that I am also the translator for this company, so besides the creation/maintenance of the documentation I am also in charge with the translation/localization of the documentation.
Right now I am experimenting with 2 concepts of having the projects translated:
1. Have one project containing all translations (English, French, German, Japanese, Spanish) inside it in the form of something like:
Code: Select all
<p>
<ph audience="english">Text in English</ph>
<ph audience="french">Texte en français</ph>
<ph audience="german">Text auf Deutsch</ph>
<ph audience="japanese">日本語のテキスト</ph>
<ph audience="spanish">Texto en español</ph>
</p>
2. Have for each language one project, which is multiplying the volume of projects accordingly.
If I opt for the first solution, do you know how I could bypass the issue with the bookmap? Is there a way to specify all the languages, and the selection to be done at the time of the build?
Personally, I like the second solution, however the team might opt differently than me, so I have to be prepared.
Sorry for the long story, and thank you for helping me see "the light at the end of the tunnel".
