Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:f:af:translate [2023/01/16 02:39] – removed - external edit (Unknown date) 127.0.0.1a_f:f:af:translate [2023/05/09 01:21] (current) sean
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>