WoW:API EditBox GetInputLanguage: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
<center>'''GetInputLanguage''' ''-Documentation by The Nerd Wonder-''</center>
<center>'''GetInputLanguage''' ''-Documentation by The Nerd Wonder-''</center>


Line 19: Line 21:


Returns the language used for providing input to the editbox. This does not get the ingame race languages.
Returns the language used for providing input to the editbox. This does not get the ingame race languages.
----
{{Template:WoW API}}

Revision as of 11:47, 10 June 2006

Widget API ← EditBox < GetInputLanguage

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.