Dynamically retrieving system text value in localisation expressions

I am trying to set up a dynamic expression on the localisation screen that can translate regardless of what the system text value is.

At the moment, I am having to manually customise each expression so that it contains the specific system text for each one.

For example, for the โ€œSaveโ€ system text row, I have to set the expression up as

Lookup( โ€œSaveโ€, โ€œTranslationsโ€, โ€œTermโ€, โ€œTranslationโ€)

(I have a Translations table with a key of โ€œTermโ€ and a virtual field of โ€œTranslationsโ€ that looks up the users preferred language on a users table and then populates the Translation field with the appropriate language version of the term).

Is there any way I can replace the fixed โ€œSaveโ€ value with an expression that will automatically retrieve the system text value for that row in the localisation list?

0 2 125
2 REPLIES 2

Steve
Platinum 5
Platinum 5

Nope.

Thanks for the quick answer Steve.

Top Labels in this Space