GetByKey Method (Language)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetByKey() method retrieves the specified language string record in the Language table.
Parameters
- langId
Required. Holds the ID of the language that identifies the record to be retrieved.
- stringId
Required. Holds the ID of the string that identifies the record to be retrieved.
Return Value
Returns a DataSet that contains the language record from the Language table that matches the specified language and string IDs.