PHP Classes

File: fr_example.php.xml

Recommend this page to a friend!
  Classes of Julien PACHET   i18n   fr_example.php.xml   Download  
File: fr_example.php.xml
Role: Auxiliary data
Content type: text/plain
Description: xml text in french
Class: i18n
Get translations texts from XML files
Author: By
Last change: change of content type.
Date: 18 years ago
Size: 488 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO8859-1" ?> <texts> <title>Exemple d'utilisation de la classe i18n</title> <body> <simple_text>Cette phrase vient directement du fichier XML</simple_text> <param_text><![CDATA[Cette phrase a 2 valeurs parametr&eacute;es: $1 et $2]]></param_text> <tab> <tab1><![CDATA[Il n'y a aucune valeur dans le tableau n°1|Il n'y a qu'une seule valeur dans le tableau n°1|Il y a $1 valeurs dans le tableua n°1]]></tab1> </tab> </body> </texts>