Where in Mx are the translatable strings stored? Can I make an xml export of them?

2
For my reporting solution I would like to use the translatable strings. And for the database labels, I need the link between the strings and the database labels (attribute names). Where can I find the strings and can I export them? The Excel export facilities do not give me the link with the attribute names.
asked
1 answers
3

The most information you can get would be in your deployment\model\lib\i18n folder, there are .properties files for each language. However, the strings are not identified by label name (as those aren't unique through a project) but by identifier in your model.

I'm not sure what you mean by 'database label'. Additionally, attribute names are not linked to a certain string, text labels are defined on forms and not linked to an attribute.

Also keep in mind that the implementation might change through versions, this is not an exposed API.

answered