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
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”