Push notification translation
Push notification translation allows your users to receive notification messages in their preferred languages. Users can set up to four preferred languages. If messages are sent in one of those languages, the notification messages won’t be translated. If messages are sent in a language other than the preferred languages, the notification messages are translated into the user's first preferred language. In addition, the messages translated into other preferred languages are provided in the sendbird
property of a notification message payload.
Note: A specific user's preferred languages can be set using the update a user API.
The current user's preferred languages can be set using the updateCurrentUserInfoWithPreferredLanguages()
method as follows.
If successful, the following notification message payload is delivered to the current user's device.