WoW API: KBSetup GetLanguageData
← WoW API < KBSetup GetLanguageData
Returns information about a language.
id, caption = KBSetup_GetLanguageData(index)
ParametersEdit
ArgumentsEdit
- (index)
- index
- Integer - Range from 1 to KBSetup_GetLanguageCount()
ReturnsEdit
- id, caption
- id
- Integer - The internal language ID.
- caption
- String - The (localized?) name of the language.
DetailsEdit
- Seems to only work if KBSetup_IsLoaded() returns true.