Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:f:af:translate [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:translate [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:translate to ref:a_f:f:af:translate localdev
Line 1: Line 1:
 +{{tag>Index Function Function_List Text }}
 +====== TRANSLATE ====== 
 +
 +===== Description =====
 +Translates the specified string to the locale of the current user if it is defined. Returns the translated string. If no locale is defined the original string is returned.  
 +
 +===== Parameters =====  
 +Attribute of Plain Text type or expression producing Plain Text representing a string. There is also an optional second parameter indicating the name of the locale.
 +
 +===== Example =====  
 +<code aim><<TRANSLATE(Student.Gender,'Arabic')>></code>