Home > lang > tr 
 en fr de es it nl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Tr$
Translation = Tr$ ( String  )
Translation = Tr ( String  )

Returns the translation of the specified String.

If no translation is found, then the same string is returned.

This is a dynamic version of the ("...") syntax.

Contrary to the ("...") syntax, the Tr$() argument is not marked as a translatable string by the compiler. The string must have been marked as translatable somewhere else.