PHP Classes

File: en.xml

Recommend this page to a friend!
  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: 16 years ago
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>