Multilingual Reports
Hi,
what is the best practise to build Reports in in more then one language?
I would like to create reports that only contains the structure and maybe contains the default language. The other languages if it is needed should come out an other file.
what is the best practise to build Reports in in more then one language?
I would like to create reports that only contains the structure and maybe contains the default language. The other languages if it is needed should come out an other file.
Comments
My solution will be something like (basic steps):
- create a small app that reads the frx and reads all the texts (text object without [] or with double quotes surrounded) and export that text with the text object name into a xml file
- give in that same app the possibility to translate these text in the xml file per language
- in the print app you have to read the xml file and get the text for the right language
But I like to see a plugin that does this job (read all texts and a translate possibility) within the designer.
The solution provided above will work, however I would prefer built-in solutions.