OCLOperators Translate
(Created page with "Returns the translated string from SysTranslation class. String.translate will translate to a user's language. ==== See also: ==== * Localization")
 
(Added Edited template with July 12, 2025.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
Returns the translated string from [[Documentation:Localization|SysTranslation]] class. String.translate will translate to a user's language.
{{Edited|July|12|2025}}
Returns the translated string from [[Documentation:Localization|SysTranslation]] class.  
 
<code>String.translate</code> will translate to a user's language.


==== See also: ====
==== See also: ====


* [[Documentation:Localization|Localization]]
* [[Documentation:Localization|Localization]]
[[Category:OCL General Operators]]

Latest revision as of 06:32, 20 January 2025

This page was created by Charles on 2024-09-21. Last edited by Edgar on 2025-01-20.

Returns the translated string from SysTranslation class.

String.translate will translate to a user's language.

See also: