Hello, everyone!
We're trying to build an multilanguage application to submit forms and manage those informations. We have an Form in our PowerApps that translates everything, except from the dropdown options that we have.
These dropdowns are originated from the SharePoint List, and they are of the Choice data type. In the PowerApps, in the Items property of the Dropdown the Formula is: Choices['Sharepoint List'].'Choice column'. I want to translate those options based on a global variable that I have that's called "setLangs". I already tried many options that I found here in the forum, such as AddColumns and MicrosoftTranslator but I didn't suceed. Can anyone help me? If anyone need more details I will happily provide them.