hi all,
how i can change the writing language programatically using symbian c++ application ?
thanks in advance.
hi all,
how i can change the writing language programatically using symbian c++ application ?
thanks in advance.
You want to change the writing language with in the edwin or sms editor or any other control in your application ?
Regards,
Shafali
Dear All,
i have solved this problem by using
CEikEdwin* edwin = (CEikEdwin*)iTextAreaElement->EmbedObject();
edwin->SetAknEditorLocalLanguage(ELangEnglish);
Regards