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 143
  • 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