November 2014
Intermediate to advanced
258 pages
5h 15m
English
In the previous recipes, we saw that the languages change on the basis of the current language preferences in the browser. However, now, we want a mechanism where we can switch the language to be used irrespective of the language in the browser. For this, we need to handle the language at the application level.
We start by modifying the application from the last recipe, Lazy evaluation and the gettext/ngettext functions, to accommodate the changes to enable language switching. We will add an extra URL part to all our routes to add the current language. We can just change this language in the URL to switch between languages.
The first change that we need to do is modify all our URL rules ...
Read now
Unlock full access