How to make multiple language website with including appropriate files on PHP?
问题 I have 2 languages in my website. I want to include appropriate file according to selected language. For example, <a href='index.php?lang=en'>English</a> and <a href='index.php?lang=tr'>Turkish</a> . If user clicks over first hyperlink (English) I want to display this information (with HTML tags): <h1>Hello</h1> How are you Otherwise: <h1>Selam</h1> Nasılsın I also dont want user selected language to change if user go to other page inside website. How can I do that? 回答1: You could use .ini