What would you like to see?
A message may have a few bodies with the same message but in different languages:
<message>
<body lang='es'>hola</body>
<body lang='ru'>привет</body>
<body>hi</body>
</message>
We should show a message in the language that the user prefers. This can be a language of the interface or this may be a settings where a user can list all languages that he understands e.g. sk, cs, en.
To test it you may use the Spark client in nightly build has a translation plugin that translates a message and then sends a multilanguage message. It also shows message body for the user's locale. Same feature was recently added to the Conversations.
What problem does this solve?
No response
Proposed solution
No response
Additional context
No response
What would you like to see?
A message may have a few bodies with the same message but in different languages:
We should show a message in the language that the user prefers. This can be a language of the interface or this may be a settings where a user can list all languages that he understands e.g.
sk, cs, en.To test it you may use the Spark client in nightly build has a translation plugin that translates a message and then sends a multilanguage message. It also shows message body for the user's locale. Same feature was recently added to the Conversations.
What problem does this solve?
No response
Proposed solution
No response
Additional context
No response