Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Suggested answer

Field Translations

(0) ShareShare
ReportReport
Posted on by 54
Greetings,
 
I am a Power Platform developer that often does work for the Canadian Federal Government ( where multilingual solutions are a must ).
 
My solutions almost always leverage Dataverse and almost always use lookups and lookup tables vs Choices for storing categorical data. Within these lookup tables we store both English and French name values - we prefer the flexibility of lookups vs choices as you can add more columns as needed. A typical Lookup table would look something like this:
Table Guid Name EN (*Primary Column ) Name FR Description EN Description FR Sort Order Number Status
 
As we all know, the out-of-the-box model-driven views and forms will always display the primary column of the related table within a lookup. Yes I know you can leverage java script to change the display field for a lookup within a form, but within a view this is not possible ( there are no event handlers for views to change it's appearance when the view loads ).
 
Which brings me to Field Translations.
 
Dataverse has an option under Advanced Settings> Data Management > Export Field Translations. This utility provides ( from what I can tell ) the ability to translate values within a field to as many different languages as needed ( whatever languages you enable under Settings>Languages ).  However, no custom fields I create are ever available in this utility. The only entities that show up in the exported xml file for me are AppConfigMaster, Organization & SavedOrgInsightsConfiguration.
 
On further inspection of the API column definition for any of my custom columns, I noticed my columns have a property called "IsLocalizable" and it is always set to "false":
 
 
 
However, if you look at the API column definition for the field "defaultcrmcustomname" on the Organization entity ( as an example ).. it is set to true. I suspect this setting is linked to the Export Field Translations utility, i.e. if this setting is set to true for a field, all of it's distinct values in that field will be available in the Export Field Translations utility.
 
 
Bottom line, having the ability to apply field translations would be a game-changer for us. FYI we have no issues with making canvas apps totally bilingual or 99% of the model-driven experience bilingual, it's just these darn lookups on model-driven apps that are problematic. My understanding is that there's perhaps a more expensive dynamics license that might enable this feature? If so, we could easily justify the additional cost! Alternatively, would it be too difficult for MS to create the concept of "alternate lookup display fields" in dataverse? e.g. if language code 1033 is being used, display the EN name field in the lookup, if 1036 is being used, display the FR name field in the lookup. 
 
Thanks in advance.
 
Categories:
  • Suggested answer
    Fubar Profile Picture
    8,023 Super User 2025 Season 1 on at
    Field Translations
    Haven't ever tried from that location. (also not sure about if you an instance that is restricted e.g. Dataverse for Teams that isn't as fully functional as other environments if that may limit translations or not)
     
    Try from the Maker interface make.powerapps.com interface, Solutions->select/tag a Solution (don't open the solution as the option is on the command bar of the solutions list not inside the solution) then under the 3 dots in the command bar you should see a Translations menu item that has an Export and Import. (also after export, and unzipping you can open the .xml with Excel)
     
    Also, there is a plugin to XrmToolBox that helps with translations (it is generally easer to use as different types of objects are on different Tabs) - however there are some items that you still need to use the out of the box translations functionality for (e.g. I found Notes/annotations wasn't fully handled in XrmToolBox but was in the OOTB).
     
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics