Click or drag to resize
FormContextGetLocalizedText Method (String, String)

[This is preliminary documentation and is subject to change.]

Get localized text - with specifed default value

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public string GetLocalizedText(
	string key,
	string defaultValue
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.GetLocalizedText(System.String,System.String)"]

defaultValue
Type: SystemString

[Missing <param name="defaultValue"/> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.GetLocalizedText(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.GetLocalizedText(System.String,System.String)"]

See Also