[Answered ]-Preparing a web site for international usage

2👍

There are some resources you might want to see:

Python’s gettext and locale module might also be useful.

0👍

One big change in your project: you need to build in time to localize your strings. Depending on your schedules, you may have to rearrange work so that all the string-changing work is at the front so that you have time to get the translations done before launching.

Or, alternately, you have to build in a buffer at the end to account for it.

Leave a comment