WoW:API EditBox GetInputLanguage

Revision as of 15:48, 4 January 2006 by WoWWiki>Anticrash
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