Hi, how can i change the language on my Google Assistant of my Raspberry Pi to Spanish?
My english pronunciation is too bad :(
Thank you :)
To resume, you have 2 possibilities.
If you use "assistant_grpc_demo.py" use the command aiy.i18n.set_language_code('es-ES')
For other, you need to use google assitant app, in my case I have used an android emulator to do that.
Hi, it there any plans to have the "assistant_library_demo.py" & "assistant_library_with_local_commands_demo.py" working with spanish too?
I been having great time with "assistant_grpc_demo.py" but I would love to have the other working with spanish with local command.
Thanks in advance.
@hiramvillarreal We rely on Google Assistant Library which unfortunately doesn't support Spanish yet: https://developers.google.com/assistant/sdk/reference/library/languages
@hiramvillarreal yo lo tengo funcionando en espa帽ol. tanto el "assistant_library_demo.py" como el "assistant_library_with_local_commands_demo.py". Lo que he hecho es instalar el google assistant python sdk (https://developers.google.com/assistant/sdk/guides/library/python/) y a la hora de configurarlo en la aplicacion del movil lo pongo en espa帽ol.
una vez hecho esto, tanto si lo inicio con "googlesamples-assistant-hotword --project_id my-dev-project --device_model_id my-model" como si lo inicio con "assistant_library_with_local_commands_demo.py" esta en espa帽ol.....
Si te digo la verdad no se ni muy bien como lo hice, estaba dando palos de ciego y funciono a la primera en espa帽ol.
@joseskaMuchas gracias, si ya hab铆a intentado ese m茅todo por segu铆a sin salirme la opci贸n de espa帽ol en m贸vil deja lo intento en esta imagen de SD que ya llevo varios intentos, tambi茅n yo a veces no se qu茅 hago la verdad l谩stima que el Git de AIY se ha vuelto tan desordenado, lo intento de nuevo por cierto tengo todo los componentes para hacer este proyecto:
Most helpful comment
@hiramvillarreal yo lo tengo funcionando en espa帽ol. tanto el "assistant_library_demo.py" como el "assistant_library_with_local_commands_demo.py". Lo que he hecho es instalar el google assistant python sdk (https://developers.google.com/assistant/sdk/guides/library/python/) y a la hora de configurarlo en la aplicacion del movil lo pongo en espa帽ol.
una vez hecho esto, tanto si lo inicio con "googlesamples-assistant-hotword --project_id my-dev-project --device_model_id my-model" como si lo inicio con "assistant_library_with_local_commands_demo.py" esta en espa帽ol.....
Si te digo la verdad no se ni muy bien como lo hice, estaba dando palos de ciego y funciono a la primera en espa帽ol.