Jump to content

Multilingual website


jege

Recommended Posts

Hello.

 

I tried to create my website an feature which allows it to be multilangual.

Eg. when i click on germanys flag it would display the page in german (I mean its already translated it just displays it) of course i could create an new directory call it de and throw the files there as translated.

But i dont want that. i would want it whit an xml file. lets say i create an folder which name is english -> in there i create an .xml file which i call lang.xml. Ok so when i go to the webpage and want it to be english it would read the xml file from there and display it. i got similar to this the file:

<?xml version="1.0" encoding="UTF-8" ?>
<lang>
  <home>Home</home>
  <forum>Forums</forum>
  <help>Help</help>
</lang>

 

so those would be my nav. so how could i create that the xml file defines what it says on the page? so if it would be: <home>the translation</home> it would show 'the translation' not 'Home'.

 

How i do this? :D

was hard to explain hope someone understands what i mean

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.