PBI 3755 - Macro - Option to have language strings Completada
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)
Comentarios
1 comentario
Hi,
This is now being tracked on the following post:
https://support.boyum-it.com/hc/en-us/community/posts/115000792908-PBI-5197-Global-translation-keyword-system
Thanks, Naama
Iniciar sesión para dejar un comentario.