Translate the app using ChatGPT

1
Hi Team,  I need to translate the whole application into different languages using ChatGPT connector, however I am having problem with finding documentations on how to implement it. If anyone have resources on how to use ChatGPT for translation in Mendix, kindly share your knowledge. 
asked
1 answers
0

Hi there,

 

For this problem, I'd use a template such as 'Translate' +  $chosenString + 'into' + $chosenLanguage

image.png

 

This of course requires you to retrieve the text you want to translate into a variable along with your desired language, but this lets you translate text using ChatGPT in Mendix:

image.png

 

Hope this helps,

Liam

answered