Skip to content

Multilanguage messages: show a message body for user's locale (if available) #396

Description

@stokito

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions