added language detection functionality

This commit is contained in:
2010-02-21 11:27:50 +00:00
parent 3c1a982fd9
commit 407e889c3a
12 changed files with 335 additions and 10 deletions

View File

@ -31,9 +31,11 @@ ldap_userid_format = "${userid}"
ldap_password_format = "${password}"
;------------------------------------------------------------------------------
; language to use
; default langage to use. set it to 'auto' to detect it automatically.
; available languages are:
; english, korean, indonesian
;------------------------------------------------------------------------------
lang = "english"
language = "auto"
;------------------------------------------------------------------------------
; When set to yes, viewing pages require a user to sign in.