Click or drag to resize

AppTextGetText Method

Returns the caption with the provided key in the provided language

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string GetText(
	string name,
	int languageId = 0
)

Parameters

name
Type: SystemString
languageId (Optional)
Type: SystemInt32
If zero the AppIdentity language will be used.

Return Value

Type: String
See Also