Sort of. You can set the language selector to "HTTP Select Language". Then the language is taken from the browser's prefered language list. (Of course, only for those languages that have translations!) So your visitors would see Zenphoto in their perferred language and you would see it in yours.
How about setting the Zenphoto for public is in English only while the admin page is in Chinese only? Or is there something like ...index.php?lang=cn in the link to define the language?
Do I need to create seo_locale.php and filterLocale_load_request.php in zp-core/zp-extensions first? Sorry I have no idea how to follow that tutorial...
The URL format is: mod_rewrite /<languageid>/<standard url> else <standard url>?locale=<languageid> Where <languageid> is the local identifier (e.g. en, en_US, fr_FR, etc.)
so the link to your site for anyone would need to be <domain>/zenfolder/en_US/
Comments
How about setting the Zenphoto for public is in English only while the admin page is in Chinese only? Or is there something like ...index.php?lang=cn in the link to define the language?
Thanks!
http://www.zenphoto.org/documentation/plugins/_zp-extensions---seo_locale.php.html
Thanks a lot!
Do I need to create seo_locale.php and filterLocale_load_request.php in zp-core/zp-extensions first? Sorry I have no idea how to follow that tutorial...
http://www.domain.com/zp-core/admin.php
Thanks!