Change inline titles

I’ve a multi-language app. So far I can get everywhere the right language except in the inline titles.
Is there a way?

0 7 134
  • UX
7 REPLIES 7

3X_1_6_16ef63009bfdb95736f7853d8ef5f0aa7dd2bd54.jpeg

Hi @Ewout_van_Zonneveld

Did you try that ?
You can expressions depending on Usersettings:

Yep thx, but here you adjust for the whole app. More languages is not possible.

Aurelien
Google Developer Expert
Google Developer Expert

I’m afraid I don’t get your point then.
Can you elaborate ?

In the example shown ‘ID Woning’ is Dutch, in the English version it has to be ‘ID House’. So I use more languages in the same app. Done by a language code (EN or NL) and IF ‘EN’ then, IF ‘NL’ then. Works like a charm throughout the app except here.

I still don’t get it, sorry.

In my previous example, assuming you set Usersettings with a settings with type Enum, choices: English Spanish, and Dutch.


So, for the “Yes” word, your Localize expression would be:

SWITCH(USERSETTINGS("Language"),
  "Spanish", "Si", 
  "Dutch", "Ja",
  "Yes"
)

When you say it works like a charm, are you saying you did that and it works ?
or something else ?

Choose the flask to use an expression:

3X_3_6_36d07115544903c331cb17725cffc42555325983.png

Top Labels in this Space