Translations / multi language - from backend or frontend?

I’m working on making my app multilanguage. The functionality within weweb is quite good imo. Now I’m wondering how to handle the stuff that comes from the backend. For example I’m currently working on the ‘notifications’ system, which sends a response like “you have a new message from xxx” and all kinds of things. Should I put different translations in xano and output an object, or should I send more like a ‘message code’ and then handle the different outputs within weweb?

I guess both is possible, just wondering what you people are doing or what’s considered best practice?

Hi Niels :waving_hand:

Here’s a community conversation about a similar topic:

Does this help?

Hi Agustin. I had read that topic already but the user responding has a very different use-case (front-end users submitting content in a certain language).