My current code below works fine when using the \"ZH\" ISO code for Mandarin but won\'t for Cantonese. This is the code below
Intent i = new Intent(RecognizerI
I got the code working, the dash just needed replaced with a underscore to make:
zh_HK
Thanks for your help Lilz.
For Cantonese try zh-HK instead
zh-HK
Hope this helps