Can I set different Language per app User

Me neither

I’m trying some different methods a using a Show If to show different enum lists that use a valid if expression for each language based on the usersettings(Language) chosen by user

I’m having trouble making it show the foreign languages

I made multiple enum list for “expensesType”and “Expenses In multiple languages

I then made a Valid if expression to test it with just two different lists.

It works but I need to write a valid If expression that will make valid the list that corisponds to the Language chosen in usersettings(Language)

I found a way to make it work

I created a table for each Language that has columns

Row Number

Expense Type German

Expense German

Then I added these columns for Enum in table expenses

Then made a show if usersettings(Language)= “German”

I made it work this way that you suggested

I made it work this way too that you suggested

I would like to use the enum list for expenses this same way its much cleaner

Only its a different type of list as uses a category and sub category on the table Month Enum

Can this be changed to one enum for expense Type and Expense so it only shows the expenses for the expense type chosen?