You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a user on a given portal, it would be beneficial to be able to set preferred language for a user (what language does the user recieve notifications in)
Motivation and context
When a client is having a variety of languages avaliable and various recipient groups avaliable (different laguage regions), it would be great to set what preferred language, a particular recipient is recieving the notifications in. Currently notifications are sent in the primary language, which might not be a language understood/read by all recipients
The text was updated successfully, but these errors were encountered:
To change the language of a user you could make it right away after creating it with the interface that appear immediately after creation.
At the moment we are trying to keep intentionally the creation of any config (e.g. a user) without offering too much repeated configuration. This helps keeping the codebase small and safe, and to ensure any configuration is achievable in one way reducing risks of user errors.
This is the typical keep-it-simple principle that we follow within the project considering as well that any implementation have a cost, so removing duplication helps.
Proposal
When creating a user on a given portal, it would be beneficial to be able to set preferred language for a user (what language does the user recieve notifications in)
Motivation and context
When a client is having a variety of languages avaliable and various recipient groups avaliable (different laguage regions), it would be great to set what preferred language, a particular recipient is recieving the notifications in. Currently notifications are sent in the primary language, which might not be a language understood/read by all recipients
The text was updated successfully, but these errors were encountered: