WoW API: KBSetup GetLanguageData

From AddOn Studio
Revision as of 10:21, 1 May 2008 by WoWWiki>Borlox (New page: {{wowapi}} __NOTOC__ Returns information about a language. id, caption = KBSetup_GetLanguageData(index) == Parameters == === Arguments === :(index) :;index : Integer - Range from 1 to ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < KBSetup GetLanguageData

Returns information about a language.

id, caption = KBSetup_GetLanguageData(index)

Parameters

Arguments

(index)
index
Integer - Range from 1 to KBSetup_GetLanguageCount()

Returns

id, caption
id
Integer - The internal language ID.
caption
String - The (localized?) name of the language.

Details

  • Seems to only work if KBSetup_IsLoaded() returns true.