I have an app where everything is translated correctly except for the items in my dropdowns. The data source is a SharePoint list.
How do I access those values to correctly translate them?
Please let me know if I should provide further information.
Hi @tperry ,
Do you want to transfer the items in the drop down?
Could you show me the formula that you use to transfer the items in the drop down?
If you want to transfer all the language in the app, you could choose language in powerapps studio.
Then all the words in powerapps will change automatically.
If you want to transfer inside the app, you could consider using MicrosoftTranslator connector.
Try this formula: (set the drop down's Items)
Split(MicrosoftTranslator.Translate(Concat(listname, fieldname & ", " ),language that you want),",")
Best regards,
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
204 | |
183 | |
69 | |
37 | |
33 |
User | Count |
---|---|
343 | |
274 | |
115 | |
76 | |
58 |