Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/pages/somepage1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Igor Crevar  >  icI18n  >  examples/pages/somepage1.php  >  Download  
File: examples/pages/somepage1.php
Role: Example script
Content type: text/plain
Description: test
Class: icI18n
Get application text translations from XML files
Author: By
Last change:
Date: 2011-04-04 14:47
Size: 177 bytes
 

Contents

Class file image Download
<?php
echo __('This is sample text');
echo 
__('My Address''namespace_some');
echo 
__('Your name''namespace_some');
echo 
__('Your City and location''namespace_some');