How to set language in messenger.send_button() ? #51
-
My code is like this:
But I get this error: According to this file I can set the Because right now my whatsapp bot doesn't send messages in any language other than english, I think I have to set a lang field with send_button for other languages to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello! |
Beta Was this translation helpful? Give feedback.
Hello!
Unfortunately, the lang karg is only available in the send_template method, which needs a language to be specified as the template you send must match the one approved by Meta.
In all the other functions, where the messages are not predefined but different each time, you can change the language by writing the message in the language you want to use.