Contents
← WoW API < KBSetup GetLanguageData
Returns information about a language.
id, caption = KBSetup_GetLanguageData(index)
Parameters[edit | edit source]
Arguments[edit | edit source]
- (index)
- index
- Integer - Range from 1 to KBSetup_GetLanguageCount()
Returns[edit | edit source]
- id, caption
- id
- Integer - The internal language ID.
- caption
- String - The (localized?) name of the language.
Details[edit | edit source]
- Seems to only work if KBSetup_IsLoaded() returns true.
Community content is available under CC-BY-SA unless otherwise noted.