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
For Cantonese try zh-HK instead
zh-HK
Hope this helps