Skip to main content

Constructors

NSLocalizedText()

Initializes a new instance of the NSLocalizedText class.

Methods

GetIsBuiltIn()

Returns: CRMScript.Global.Bool - 1 = this row is populated and maintained by SuperOffice. Example:

GetLanguageId()

Returns: CRMScript.Global.Integer - Language ID as LCID value. Example:

GetLocalizedTextId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetResourceId()

Returns: CRMScript.Global.Integer - Resource Id. Example:

GetText()

Returns: CRMScript.Global.String - The text string itself. Example:

GetType()

Returns: CRMScript.Global.Integer - The type of the text string, such as Field label, Udef label. See <xref href=“CRMScript.NetServer.LocalizedTextType” data-throw-if-not-resolved=“false”></xref> Example:

SetIsBuiltIn(Bool)

Returns: CRMScript.Global.Void Example:

SetLanguageId(Integer)

Returns: CRMScript.Global.Void Example:

SetLocalizedTextId(Integer)

Returns: CRMScript.Global.Void Example:

SetResourceId(Integer)

Returns: CRMScript.Global.Void Example:

SetText(String)

Returns: CRMScript.Global.Void Example:

SetType(Integer)

Returns: CRMScript.Global.Void Example: