0
Is it possible to make websites that support different languages?
i mean a website that have multi-languages. like: english, spanish, hindi or so on and if it is possible than ,How?
2 Réponses
+ 1
You have different ways but here some typical examples:
- PHP (if you just nees to translate some UI)
- PHP + XML
- PHP + SQL + mySQL
- PHP + SQL + mySQLi
- PHP + SQL + PDO (my favorit)
- 1
there are several ways to do it, but first tell me, are you using a framework?