WoW:API EditBox GetInputLanguage: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 22: Line 22:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|EditBox]]

Revision as of 15:48, 4 January 2006

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