I create a power apps and need to translate a label text, so i use this formula : MicrosoftTranslatorV2.Translate("en","Bonjour").
but i get this error : Behavior function in a non-behavior property. You can't use this property to change values elsewhere in the app
how to fix it : move the behavior function to a behavior-based property
can anyone help me, i am new at power apps.