PBI 3755 - Macro - Option to have language strings Completed

Rasmus Jensen

Add the option to be able to do translatable messages.

Example if you do

Messagebox(some message);

that you instead could write something like this

Messagebox(@GetText(SomeMessageKey, NL));

The SomeMessageKey would be the id for a translated text into multiple languages (maintained seperately)

Comments

1 comment

Please sign in to leave a comment.