By using lang attribute. lang = language-code [CI] This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown.
Using PHP we can always generate dynamic contents and so we can generate different languages.Suppose we have the domain www.example.com and when a user tries to access this url we can by default redir...