I am looking for a working code snippet for Symbian S60 5th edition in which:
a) an application can detect the current input language (not the UI language);
b) an application can receive notifications when current input language is changed.
The function CurrentLanguage()
from CPtiEngine
always returns NULL
, so that does not seem to be an option.
Thank you.