Hi guys,
I've set up the Microsoft Translator V2 resource in Azure and created the connector in PowerApps (with Subscription key).
Now when ever I try to convert a text box to a given language, I'm getting the below message.
Text: MicrosoftTranslatorV2.Translate("fr", "this is the text")
Result: 'Behavior function in a non-behavior property. you cant use this property to change values in the app'
(image attached)
After some research it looks as though the V1 Microsoft Translator converts text labels within an object no trouble. Where as the V2 version wants a variable first (which wont work with muli-screen apps or galleries.
(Similar Issue: https://powerusers.microsoft.com/t5/Building-Power-Apps/Microsoft-Translator-V2/td-p/308147)
Has anyone been able to implement this, as I have hit a major brick wall with this issue. It would be impossible to set all of my labels/galleries etc to variables (which does work), and I cant use MicrosoftTranslator.Translate as it is now a [deprecated] version. (also V3 isn't available in the power apps connectors, unless its hidden somewhere).
Thanks in advance of your help 🙂