PHP Classes

File: examples/pages/somepage2.php

Recommend this page to a friend!
  Classes of Igor Crevar   icI18n   examples/pages/somepage2.php   Download  
File: examples/pages/somepage2.php
Role: Example script
Content type: text/plain
Description: test
Class: icI18n
Get application text translations from XML files
Author: By
Last change:
Date: 12 years ago
Size: 130 bytes
 

Contents

Class file image Download
<?php
echo __('Just random text line 1', 'text');
echo
'<br />';
echo
__('Another random text line', 'text');
echo
'<br />';