API KBSetup GetLanguageData
Talk0
98,518pages on
this wiki
this wiki
Returns information about a language.
id, caption = KBSetup_GetLanguageData(index)
Parameters
Edit
Arguments
Edit
- (index)
- index
- Integer - Range from 1 to KBSetup_GetLanguageCount()
Returns
Edit
- id, caption
- id
- Integer - The internal language ID.
- caption
- String - The (localized?) name of the language.
Details
Edit
- Seems to only work if KBSetup_IsLoaded() returns true.