Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
I believe Alexa picks the last or the first skill when it understands the invocation name, but not the language, but I don't know for sure.
@rokka If you find out how to do that, please let us know!
@ericblade Open feature requests please and make PRs!
Have you looked at the data being sent? Does it contain the user id?
Would appreciate if you could help track this down.
Not planned or worked on. Please do. It's not really possible with Alexa AFAIK.
I've never done this personally, but the Alexa skill localization seems to be fairly straightforward as described in https://developer.amazon.com/blogs/post/Tx2XUAQ741IYQI4/how-to-build-a-multi-language-alexa-skill. You get `event.request.locale` and you can respond accordingly. Would love whatever...
I'd love to have a section in the README on how to support multiple languages. Whatever that takes. And some new code ;)
I'd appreciate more separation of concerns and the code that @cameronhunter linked looks good. I wouldn't mind seeing alexa-app gutted in favor of these, either by bringing that code here...
I've never made it work for multiple commands, but theoretically `shouldEndSession(false)` should have been doing it. Maybe an AWS discussion forum will have an answer? Keep us posted?