WoW:API KBSetup GetLanguageData: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{wowapi}} __NOTOC__ Returns information about a language. id, caption = KBSetup_GetLanguageData(index) == Parameters == === Arguments === :(index) :;index : Integer - Range from 1 to ...)
 
m (Move page script moved page API KBSetup GetLanguageData to API KBSetup GetLanguageData without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

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.