GetLangStringsObject Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLangStringsObject() method retrieves a LangStrings object for the specified language. The LangStrings object contains the language strings used by MES for UI and error messages.
'Declaration
Public Function GetLangStringsObject( _
ByVal langId As Integer _
) As LangStrings
public LangStrings GetLangStringsObject(
int langId
)
Parameters
- langId
- Required. Holds the ID of the language for which the LangStrings object is being retrieved.
Return Value
Returns a LangStrings object for the specified language.