PBI 3755 - Macro - Option to have language strings
CompletedAdd 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)
1
-
Official comment
Hi,
This is now being tracked on the following post:
Thanks, Naama
Please sign in to leave a comment.
Comments
1 comment