![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns information about a language.
id, caption = KBSetup_GetLanguageData(index)
Parameters
Arguments
- (index)
- index
- number - Range from 1 to KBSetup_GetLanguageCount()
Returns
- id, caption
- id
- number - The internal language ID.
- caption
- string - The (localized?) name of the language.
Details
- Seems to only work if KBSetup_IsLoaded() returns true.
