PHP Classes

File: examples/pages/somepage1.php

Recommend this page to a friend!
  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: 13 years ago
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');