PDA

View Full Version : installed languages



bhavyasg
17th July 2009, 12:30
Hi,

I need to populated the supported languages information in the "Accept-language" field of the HTTP request. At moment using QLocale::Language, I am able to find the current language. However I would need the Qt API which will return me all the installed/supported languages. Please lend me some pointers.

Regards,
Bhavya

wysota
17th July 2009, 20:17
If you want all then use a wildcard: "Accept-language: *".