Hi friends,
I would like to show the local language of the lookup field on the portal. Here is the context:
- Language entity(adx_portallanguage):
- Name (= English Name+ French Name)
- English Name
- French Name
- Contact entity
- language lookup field (adx_portallanguageid) to language entity
- Portal
- entity forms pointing to the contact entity form
The expectation is to show the right language of CRM content according to the language is selected on the contact's profile page. Then the language pack is enabled in CRM. After contact's language (adx_portallanguageid) is set as French on its profile web page, the user navigates to another web page using another contact form. All fields on the entity form using the portal language lookup are switched to French, except the language lookup is still showing the primacy name field which is concatenated with EN name and FR name.
I tried to follow this: https://community.adxstudio.com/products/adxstudio-portals/documentation/developers-guide/web-controls/crmentityformview/language-localization/lookup-language-localization/
But it looks like "LanguageCode" is not available on CrmEntityFormView any more.
Please help if anyone has done this before. Thanks!