Skip to content

Multilanguage

Pushwoosh supports multi-language messaging within a single push notification. This feature allows you to include multiple language versions of your message (e.g., three, five, or more), making it easier to localize content for users across different regions. It’s an essential tool for apps with multi-national audiences, ensuring that messages are delivered in the user’s preferred language without the need for multiple campaigns.

This feature is available in the Pushwoosh API as a parameter of the createMessage request:

"content": {
"en": "HelloWorld!",
"es": "¡HolaMundo!"
},