0

I have an application on Android and iOS platform which is using webview to show some of the content.

My question is how can I change the voice over language of the webpage? It seems that all of my controls in the webview are using English. Even I change the OS language.

Veve
  • 6,643
  • 5
  • 39
  • 58
Jimmy
  • 1
  • 1

2 Answers2

0

I'm not sure if this is the case, but is the desired language voice installed on your phone?

Like so:

Change android voice

Qui-Gon Jinn
  • 139
  • 1
  • 8
  • Yeah Android is work now, but my iPhone is still just speaking "Play" on play button in audio tag. It does not change the language. – Jimmy May 22 '16 at 02:22
  • iOS the same settings descripton [here](https://support.apple.com/en-us/HT202362) maybe you wan't to set the current locale, and set a meta Information for the language on your webpage. But usually the voice over is controlled by the phones settings – Qui-Gon Jinn May 23 '16 at 07:15
0

Problem solved. There is a metadata call CFBundleAllowMixedLocalizations Infomation here

Community
  • 1
  • 1
Jimmy
  • 1
  • 1