ruuk / service.xbmc.tts

Text to speech for Kodi (XBMC)
http://forum.xbmc.org/showthread.php?tid=196757
GNU General Public License v2.0
17 stars 11 forks source link

Service XBMC TTS does not change its language whenever language is changed within Kodi #7

Open falcon03 opened 9 years ago

falcon03 commented 9 years ago

If you change Kodi's language through system->settings->appearance->international->language, Kodi switches the currently used languages. However, Service XBMC TTS does not reflect the change and keeps used the language that Kodi has bee started with. So, for the language change to take effect, you need to quit and restart Kodi.

Tested on Mac OS X version 10.10.5 with latest Kodi stable version.

ruuk commented 9 years ago

Hmmm... do you have the keymap installed. I'm wondering if you disable and enable the addon (with the F12 key) if this will reset the language. Localization is handled through Kodi, so this isn't something I can fix directly. I could maybe restart the addon (if what I suggested above works) - but I'm not sure if I can detect language changes in the addon. I'll have to see what's possible.