localize - Customize System Text

Hi,

I have translated the system Text for an App in different languge, depending on the origin of user

something like that

SWITCH(LOOKUP(useremail(), “PARAMETERS”, “UsrMail”, “ORIGIN”), “GR”, “Ναι”, “Yes”)

works ok

How can i use the same in othe apps without doing it allover again?

I can think of only doing this…

You first create a ‘template’ app, configure it and copy it to create subsequent apps.

2 Likes

Thanks TeeSee1. simple as this. The most obvious, is sometimes hidden in the labyrinth of tired mind!