Hi,
I want to create language system for my website.
I have languages.txt where I store all my website's words in many languages like:
piešti = paint = pintura = .... (and so on...)
How I can use words from languages.txt in my website by using PHP.
One more thing: It is possible to activate the language automatically, based on from which country visitor comes?
E.g. if visitor is from England word would be visible as "paint"
if visitor is from Lithuania word would be visible as "piešti"
if visitor is from Spain word would be visible as "pintura"
Thanks in advance![]()



Reply With Quote

Bookmarks