I have this model : a service belongs to one domain In the page NewEdit where the service is created I want to show a reference selector dropdown with the attribute 'TitleNL' for a user with language 'nl_NL'. If the user has language 'fr_BE' the dropdown reference selector should contain the 'TitleFR' attribute. Should I create separate "NewEdit" pages for each language and open it with a microflow in which the user language is tested? Or can I keep one "NewEdit" page and use a visibility condition? In this case the model looks like this : where a Lang non persistent entity is created by a microflow and associated to the service entity and the page is showed with the Lang entity as parameter In the page the parent dataview starts from the Lang entity and inside a dataview over association with the Service entity is shown and then I can use the Lang.Language attribute as condition visibility.
↧