hi all,
how i can change the writing language programatically using symbian c++ application ?
thanks in advance.
Printable View
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 ?
[QUOTE=shafali gupta;650808]You want to change the writing language with in the edwin or sms editor or any other control in your application ?[/QUOTE]
i have a text area using html text area control in symbian.
but what is the need to know where i want to change the language. is it an indpendent issue (it is a system variable) ?
thanks again
[QUOTE=the_king2008;650871]i have a text area using html text area control in symbian.
but what is the need to know where i want to change the language. is it an indpendent issue (it is a system variable) ?
thanks again[/QUOTE]
[B][COLOR="Red"]any body have a solution please ??[/COLOR][/B]
Dear All,
i have solved this problem by using
CEikEdwin* edwin = (CEikEdwin*)iTextAreaElement->EmbedObject();
edwin->SetAknEditorLocalLanguage(ELangEnglish);
Regards