pyroxide.util.langprefs (version 19 , 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) )
index
/usr/lib/python2.4/site-packages/pyroxide/util/langprefs.py

Lanuage preferences module.

 
Functions
       
getLanguagePreferences(acceptLanguageHeader)
Return a list of the language preferences as set by the client browser.
 
This function takes the 'Accept-Language' header and returns a list.

 
Data
        __HeadURL__ = '$URL: http://pyroxide.org/svn/pyroxide/trunk/src/main/python/pyroxide/util/langprefs.py $'
__Id__ = '$Id: langprefs.py 19 2006-12-11 07:18:58Z kevin $'
__LastChangedBy__ = '$Author: kevin $'
__LastChangedDate__ = '$Date: 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) $'
__Revision__ = '$Rev: 19 $'
__author__ = 'Kevin J. Smith (kevin@rootsmith.ca)'
__copyright__ = '(c) 2006 rootsmith Inc.'
__date__ = ' 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) '
__version__ = ' 19 '

 
Author
        Kevin J. Smith (kevin@rootsmith.ca)