Login   Register  
PHP Classes
elePHPant
Icontem

File: language.en.lang.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mariano Iglesias  >  Internationalization and Localization  >  language.en.lang.xml  >  Download  
File: language.en.lang.xml
Role: Auxiliary data
Content type: text/plain
Description: Example language file for the xml.php example script
Class: Internationalization and Localization
Get internationalized texts from databases or XML
Author: By
Last change:
Date: 2005-07-19 11:38
Size: 260 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1" ?>

<i18n-data>
	<section>
		<element>My Element</element>
	</section>
	<section1.2>
		<element1.2.1>My Element 1.2.1</element1.2.1>
		<element1.2.2>My Element 1.2.2</element1.2.2>
	</section1.2>
</i18n-data>