Localization

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jibran
    New Member
    • Oct 2008
    • 30

    Localization

    Is it possible to localize a HTML page (session locale) to a language in browser locale? I have a user registration page that I want to localize with the browser locale, all the text on the page.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you could try to read out the HTTP_ACCEPT_LAN GUAGE variable (how is depending on your script language)

    Comment

    Working...