PHP Classes

File: severalfiles/sv.e.php

Recommend this page to a friend!
  Classes of Alan H. Lake   I18N class   severalfiles/sv.e.php   Download  
File: severalfiles/sv.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: 334 bytes
 

Contents

Class file image Download
<?php /* sv.e.php */ $string['Example1'] = 'sprintf(\'Exempel på användning av en översättningsfil (onefile)\');'; $string['ExampleSeveral'] = 'sprintf(\'Exempel på användning av flera översättningsfiler (severalfiles)\');'; $string['ExampleSQL'] = 'sprintf(\'Exempel på användning av en SQL-databas för översättningar\');'; ?>