PHP Classes

File: severalfiles/en_US.e.php

Recommend this page to a friend!
  Classes of Alan H. Lake   I18N class   severalfiles/en_US.e.php   Download  
File: severalfiles/en_US.e.php
Role: Auxiliary data
Content type: text/plain
Description: Test script for several file translation example
Class: I18N class
Get translation texts from different containers
Author: By
Last change: Cleaned up code per user's suggestion.
Date: 19 years ago
Size: 225 bytes
 

Contents

Class file image Download
<?php /* en_US.e.php */ $string['Example1'] = 'sprintf(\'Example with One File\');'; $string['ExampleSeveral'] = 'sprintf(\'Example with Several Files\');'; $string['ExampleSQL'] = 'sprintf(\'Example using SQL\');'; ?>