How to set conditional visibility in List view based on current language

0
Hi all, My application needs to show contents to users with thier language. I have a dataview with context of ‘Customer’ entity which has 1-1 association to Account entity. Inside the data view, I put the List view containing multi-lingual contens (unlimited string) imported from Excel at run-time, and want to set conditional visibility on the multi-lingual contens based on the current user’s language. I tried to set a conditional expression but cannot reach to User_Language object. Please help me how I can make a conditional visibility in this case. Thank you in advance.
asked
1 answers
2

Hi Koji,

you can try show by condition widget where a microflow or nanaflow can be used and a boolean can be returned to display the value.

Show by Condition:

https://marketplace.mendix.com/link/component/2539

answered