GetLanguageStrings Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLanguageStrings() method returns strings based on a language identifier and a set of string identifiers the system.
'Declaration
Public Shared Function GetLanguageStrings( _
ByVal languageId As DBInt, _
ByVal stringIds() As Integer _
) As DataSet
public static DataSet GetLanguageStrings(
DBInt languageId,
int[] stringIds
)
Parameters
- languageId
- The identifier that specifies a particular language
- stringIds
- An array of identifiers that specify particular strings
Return Value
Returns a DataSet with a row for every entry in the language table for the specified language and string identifiers.