Search code examples
phplaraveltranslation

How can I translate content from quizapi.io into other languages?


on laravel 10 site I need to fill my questions database from https://quizapi.io/docs/1.0/overview API, but with English content I also need text in Spain and Ukraine Seems this service provides data only in english. How can translate these content into Spain and Ukraine? later maybe I will need to add other languages...


Solution

  • Looking trough the documentation of quizapi it sadly doesnt have the option to give the data in a different locale.

    Using a translation api could be the way to go, but it could lead to answers not being fully correct and questions lacking the right grammar.

    The google translate API has an free tier, you can check it out at:

    https://cloud.google.com/translate/docs/reference/rest