From dd61998241129b0546fb9e5c513d1bafae63e329 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Fri, 13 Jan 2012 11:35:18 +0000 Subject: Display pages based on locale specific information This displays pages based on your locale information e.g. 'google.com' will be in French when your locale is set to 'fr'. We use our associated SoupSession to set the "accept-language-auto" property [1] which will set the 'accept-language' header when making requests based on the return value of g_get_language_names() [2]. This does replace our custom code that did determine the locale information and the 'intl.accept_languages' [3] property before. [1] http://developer.gnome.org/libsoup/stable/SoupSession.html#SoupSession--accept-language-auto [2] http://developer.gimp.org/api/2.0/glib/glib-I18N.html#g-get-language-names [3] http://kb.mozillazine.org/About:config_entries#Intl. Signed-off-by: Simon Schampijer --- (limited to 'browser.dtd') -- cgit v0.9.1