UNB Components Code Reference

UnbMarkup::TranslateText method

Gets the text translation for a specified language.

private function UnbMarkup::TranslateText ($key);

Parameters

key

(string) Translation text key.

Return value

(string) Translated string.

Remarks

This function calls UnbLocale::Translate if that class is defined. It uses a static internal set of words in English language otherwise.

Member of class: UnbMarkup

Implementation file: markup.class.php, line 1560

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.