Multilingual app

Hello everyone,

So Iยดm working on a bilingual test app (spanish/english). Iยดve managed to change the Display names so far of the UX Views and Columns in tables, using the User Settings Language option.

What Iยดve having trouble with, is to apply the same LOOKUP expression to the content of the columns.

This my table โ€œContenido Bilingรผeโ€:
3X_0_e_0ed6c531d99e666c5aff343d1cc1b46e4a18b6d6.png

This is what I get in the app:
3X_1_0_108efd70891a6d96560abe08eb592220068bbc9f.png

Iยดve achieved using the following Display expression to change the UX View name AND Columns to the correct language chosen by the user in User Settings:
lookup(usersettings(Language), Sistema bilingรผe, Language, โ€œHotel Guideโ€)

I am not being able to apply that formula to the Show_if expression so that only the rows that are English are shown when English selected, and viceversa with Spanish.
Would this be the best way to make it work?
Any ideas?

Iยดve found many tutorials and posts on how to make the UX views and system keys i.e. save, cancel, sync, etc. but not for only-read content.

Thanks again for reading.

Nico

Solved Solved
0 2 183
1 ACCEPTED SOLUTION

Have you tried with slices?

usersettings(Language)=[Language]

View solution in original post

2 REPLIES 2

Have you tried with slices?

usersettings(Language)=[Language]

Thank you Suvrutt!

Top Labels in this Space