WoW API: KBSetup GetLanguageData
Jump to navigation
Jump to search
← WoW API < KBSetup GetLanguageData
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.