Click or drag to resize

AppStringGetLangStrDefault Method

Returns a LangString object for the specified language id.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public LangString GetLangStrDefault(
	int langId
)

Parameters

langId
Type: SystemInt32

Return Value

Type: LangString
If no LangString object exists for specified language then the object for the LangString object for the default language is returned. If no LangString object exists for default language either then an exception is thrown.
See Also