Hey Folks, I am looking for some researched opinio...
# help
h
Hey Folks, I am looking for some researched opinion on: For server-side translation, is it better to: 1. Send a language code in all client requests and then have the server choose the correct language response based on the language code in the request 2. Don’t do any server-side translating at all and send back generic codes that the frontends have knowledge about and they choose the correct language and response based on the code I used to feel strongly about #2, but I’m also thinking about introducing cloud based language localization system Crowdin, #1 may be the way to go. Could you guys please let me know how you are doing and what’s you recommendation based on your research. Great Thanks for your precious time and Merry Christmas 🎄🎅 to All 🎉
f
Hey @Haider Abbas, Merry Christmas!
I don’t have much experience in language translation, is the actually translation part done via an Api call to a third party translation service like Amazon Translate? Or is the translation done purely locally?
If u r using a service like Amazon Translate, it might be easier to make the call from the backend?
h
Great Thanks @Frank! But my actual use case is to translate front end client contents (web app, mobile app) based on server business logic response