Translation2::getLangs | Translation2::getRaw |
Translation2 | |
PEAR Manual | |
require_once 'Translation2.php'; |
array Translation2::getPage (
string $pageID = TRANSLATION2_DEFAULT_PAGEID
, string $langID = NULL
)
Same as getRawPage(), but resort to fallback language and replace parameters when needed.
NB: in Translation2 lingo, a "page" is just a logical "group of strings", it doesn't have to be a "phisical" (HTML or whatever) page.
This function can not be called statically.
Translation2::getLangs | Translation2::getRaw |
Translation2 | |
PEAR Manual | |