I have implemented the Localization solution that Scott Durow documents here:
community.dynamics.com/crm/b/develop1/posts/multi-language-lookups
I have all my plugins created and appear to be working on the Retrieve and RetrieveMultiple events.
My Name field contains the english and french values seperated by a comma. I have two custom fields nameen and namefr
Name: Academic Preparation , Academic Preperation (FR)
Nameen: Academic Preparation
Namefr : Academic Preperation (FR)
Below I have an entity A that has a relationship to Activity Category, here is the lookup for Activity Category on the Form for Entity A.
Instead of showing the Nameen or the Namefr values, its showing the Name value.

However: When I try to filter the results I get the correct results. Here is the filter when my user settings is set to English.
As you can see, the lookup displays the NameEN values.

Here is what happens when I switch my user settings to the French Language.
It displays the NameFR values.

Also, how do I get all Views to display the NameEN or NameFR instead of the Name field?
This doesn’t appear be triggering any Retrieve or RetriveMuliple event.

Any help would be greatly appreciated.






