I created a Quotes App, using an API to call the quotes, using retrofit, and now I want the app to have the option of translating all to Portuguese, Spanish and English. I’m new at coding can someone please help me?, how can I do that?
(The language of my app is #Kotlin)
>Solution :
That’s not something that can be done directly.
I guess the best approach to achieve that functionality would be using a second API for translating the result of the query from the first API.
Just Google "Translation API".