Hi @RKG,
Do you want to translate input into language based on selected language?
Please add connection to Microsoft Translator API.
1)Add a dropdown, set Items property as below:
MicrosoftTranslator.Languages()
2)Add a Label and link to a Textinput.
In Label, use the following formula so that then you will have the text translated inro Dropdown selected language.
MicrosoftTranslator.Translate(TextInput1.Text, Dropdown.Selected.Value)