Hi, i'm internationalizing my website as well, currently german and english.
I didn't use i18n becuase it seemed to be as complex as solving the problem myself. I have session-management and authentication and that seemed a little to complex to combine with i18n, but don't blame on me: I didn't try it! I chose to have both languages in one XML-File. Every entry has it's lang="en" or lang="de" attribute. I handle the language switch with a requestparam which can be set on every request. The current language is then stored in the session and available in a global variable called $lang. With that I can also handle to load different Images for different languages. If you're interessted I can provide you more informations! regards, Nils --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
