Freigeben über


CAPTIONCLASSTRANSLATE Function

Returns a translated version of the caption string. The string is translated to the current local language.

Syntax

  
String := CAPTIONCLASSTRANSLATE(CaptionClassText)  

Parameters

CaptionClassText
Type: String

A literal string that defines the caption.

Return Value

Type: Text

The caption string in the current local language of the client.

Remarks

You can use the SELECTLATESTVERSION Function (Database) to clear the current session's cache for the CaptionClassTranslate strings. The strings will then be reevaluated by the CaptionClassTranslate function trigger (ID 15) in codeunit 1.

See Also

CaptionClass Functionality