require_once 'Translation2.php';
string Translation2::getRaw (string $stringID [, string $pageID = TRANSLATION2_DEFAULT_PAGEID [, string $langID = NULL [, string $defaultText = '']]])
string Translation2::getRaw
Fetch the string from the container. If the string is empty return $defaultText.
Text to display when the string is empty
This function can not be called statically.