How To Translate 20/20 DataShed

Add a New Language Node to languages.xml

What is a language "node"?
Well, in XML terminology, a "node" is an element within an XML document. It's a "thing" that usually contains other "things".
In our languages.xml file, all the text required by 20/20 DataShed is contained within a single "node" called <language>. That node has a bunch of other nodes inside of it; these are called "children" or "childNodes".
To translate 20/20 DataShed, we can simply change all of the words contained in each "node" and "childNode". It's important however that we do not change the actual name of each node...you should focus only on the contents of each node.
To use multiple languages, instead of translating the original node as in the previous paragraph, we can simply copy-n-paste the entire <language> node, then change all the words in the new node.

Step-by-Step

In this example, we will perform the following actions:
  1. Add a new <language> node to the languages.xml file by copy-n-pasting the original <language> node.
  2. Modify the new <language> node so that 20/20 DataShed recognizes it as a new language.
  3. Translate the text in the new <language> node.

Troubleshooting

Related topics


© 2005 - 2007 20/20 Applications. All rights reserved.