Posted by Angelos on 09/27/80 11:33
will wrote:
> I have a php/mysql site and I am wondering if anyone has suggestions
> about strategies for making it bilingual or resources on how to do
> this. I thought of one way which would be to replace the text with
> calls to a database which has all the text in it. But I would prefer to
> have a single file with phrases and then just be able to translate that
> single file into another language to produce a site in another
> language.
> Any ideas would be appreciated.
>
I am wondering about the same thing... I believe that a database with a
table that stores all the languages and a table that stores all your
text in fields associated with your content and the lunguage is the best
Choice...
I haven't tried it yet to give you an exact solution/example but
something like that should work.
Also it might be a different table for the content an other for the menu
or you can create categories. So each phrase you add in the database
will be associated with a Language and A category..
[Back to original message]
|