Hi there,
I want to post articles that have both japanese and english in them and switch between one of the two depending on the browser's language setting.
<<>EnglishText> (sorry can't work out how to escape the tags)
blah blah
<<>/EnglishText>
<<>JapaneseText>
blah blah
<<>/JapaneseText>
Is it possible to do this with a plugin? If so, can someone tell me how to read the browser's language setting from perl.
If that isn't possible then I will have to write out two files ( .html.ja and a .html.en) for every file published and let the content negotiation take over.
Which is possible? Any ideas for an easier way?
Regards