Comment 1 for bug 481948

Revision history for this message
Adam Ehlers Nyholm Thomsen (adament) wrote :

It can be done 2 ways, none of which I can figure how exactly to do with dosage:

1. Settings the following cookie for the english:
name: lang
contents: en
host: www.geeksworld.org
path: /
And substituting the en with fr when you want the french comic.

2. Constantly appending ?lang=en to every page, however to this it seems like you have to rewrite the getNextComics functions. Once again just substitute the en with fr when you want the french part.

As for the organisation the most intuitive would be if it was possible to include it in one module with two submodules En and Fr.