Hi,

> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On Behalf Of ext jeremias bosch
> Sent: Sunday, January 30, 2011 4:16 PM
> To: [email protected]
> Subject: [MeeGo-dev] Meego, how to read system language without
> MeegoTouch?
> 
> Hello,
> I need to get the correct System Language Settings in Meego Handset.
> With Meegotouch it would look like.
> 
> MGConfItem item(/meegotouch/i18n/language);
> QVariant value = item.value();
> QString languageString;
> if (QVariant::String == value.type()) {
>    languageString = value.toString();
> } // else it's an incompatible type or QVariant::Invalid (not set)
> 
> 
> How can I do this without using MeegoTouch?

Use QLocale and file bugs if it does not work.

Best regards,
  Mikhail
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to