Login   Register  
PHP Classes
elePHPant
Icontem

File: en.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Cristian Navalici  >  XMLTrans  >  en.xml  >  Download  
File: en.xml
Role: Auxiliary data
Content type: text/plain
Description: English sample data (put it in a folder called lang or change the script to match the paths).
Class: XMLTrans
Manipulate internationalization XML files
Author: By
Last change:
Date: 2008-03-20 08:10
Size: 238 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?>
<languages>
    <language name="en">
        <string key="one">one</string> 
        <string key="two">two</string>         
        <string key="three">three</string> 
    </language>
</languages>