alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

Multi Language Support? #92

Closed dhalucario closed 7 years ago

dhalucario commented 7 years ago

Is there any way to check which language my request is in so i can forward it to my intent?

dblock commented 7 years ago

The request locale property should be set to the language, see https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/developing-skills-in-multiple-languages#h2-code-changes.

dhalucario commented 7 years ago

Thank you.