I only can pass 2 letters code e.g "en" or "zh'.
Instead of "en-US", I want to get "en-UK". Instead of Chinese Traditional ("zh-TW"), I want to get Chinese Simplified ("zh-CN").
B4X:
Speech.SetLanguage("en")
How do I force the system to return a specific locale?
Last edited: