Class Translator


Located in File: Program_Root/translation.inc.php


Translation object This is a class that should handle any message in the application.
 When setting the translate boolean to true it is possible to see which
 messages use the translation mechanism, because the messsages (that were
 not translated) are suffixed with a -sign.
 

Class Variable Summary
$translate
Default Value: -><-

Method Summary
Translator ( [$translate = TRANS_BY_DEFAULT] )
Constructor of the Translator
translate ( $message, [$var1 = ""], [$var2 = ""], [$var3 = ""], [$var4 = ""], [$var5 = ""], [$var6 = ""], [$var7 = ""], [$var8 = ""], [$var9 = ""], [$var10 = ""], [$var11 = ""], [$var12 = ""] )
Translation function

Variable Detail

$translate




Function Detail

Translator

Translator ( [$translate = TRANS_BY_DEFAULT] )

Constructor of the Translator

Function Parameters:
Function Info:

translate

translate ( $message, [$var1 = ""], [$var2 = ""], [$var3 = ""], [$var4 = ""], [$var5 = ""], [$var6 = ""], [$var7 = ""], [$var8 = ""], [$var9 = ""], [$var10 = ""], [$var11 = ""], [$var12 = ""] )

Translation function

Function Parameters:
Function Info: