I have a delivery slip template that needs to provide translations for strings to multiple languages.
I tagged the words that need to be translated and the tagging works as I can see when I activate the highlighting feature:
I exported the pot file and created a translation to nl_NL in Poedit. I translated the strings, saved the po file and loaded it from the local C: drive in the Translation section of the resource tree:
I set the locale from a Datamapper field:
I have tried both ISO-639-1 variations here, “nl” and “nl-NL” (is that even correct? Documentation says it has to be nl-NL, but afaik nl_NL would be correct - but of course I guess your documentation should be correct here).
But nothing is translated.
What is the problem?
TIA.