Hello João,
Thanks for your answer, however I'm not sure it helps me to solve my issue.
I understand how to change the locale, however I don't understand how I can manipulate or retrieve translation strings at runtime.
A quick fictional example below :
My application needs to show the following text:
In English :
You have 250,00 € on your savings account
In French :
250,00 € disponibles sur votre compte épargne
At design time I don't know neither the amount nor the account type
In a non-outsystems application I would define an input like
EN : account_amnt | You have {amount} on your {acnt_type} account
FR : account_amn | {amount} disponibles sur votre compte {acnt_type}
An other example would be a dynamic value received from an external system like an error message key.
Do you think I'll be able to achieve this with the built-in translation method or do I need to implement my own ?
Thanks