Hello forums!!
I would like to have the experts to share about developing multilingual websites.
AFAIK, Multilingual Websites generally consists of two parts:
1> Static (Form labels, Header titles, Messages etc., Generally file based)
2> Dynamic (Db Contents like Categories, news posts etc, Obviously db based)
Managing Static contents is easy which can be easily done as:
en
- form_label.php
- messages.php
:
etc
nl
- form_lable.php
- messages.php
:
:
language files generally consists of associative arrays or defined as constants for the static content translation.
But the complexity part comes with the Dynamic contents translation.
I would like to know how you develop the multilingual website (esp for dynamic contents).
Thanks for the ideas/suggestions in advance.