Open jsloot opened 5 years ago
I'd like also to know how to change language. If I use startsample.sh I see I should type c to access the settings and change language. But no key is working. Is there a file where I can change the language ? I tried to modify AlexaClientSDKConfig.json with no luck
I answer to my own question, I managed to run it in french but had to start with a fresh and new install. I modified the file Assistants-Pi/Alexa/setup.sh and changed the line 33 from LOCALE=${LOCALE:-'en-US'} to LOCALE=${LOCALE:-'fr-FR'} and compiled it once again
Does this solution work if I want to install both assistants or do I need to modify a different file?
What do I have to do to make alexa speak German?