WoW:API EditBox GetInputLanguage

From AddOn Studio
Revision as of 07:15, 19 January 2005 by WoWWiki>The Nerd Wonder
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetInputLanguage -Documentation by The Nerd Wonder-
language = editBox:GetInputLanguage();

Returns the language used for providing input to the editbox.


Arguments

none


Returns
language
language
String - a string corresponding to the input language. Known values: "ROMAN"

Details

Returns the language used for providing input to the editbox. This does not get the ingame race languages.


Template:WoW API