WoW:API EditBox GetInputLanguage: Difference between revisions

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


  language = editBox:GetInputLanguage();
  language = editBox:GetInputLanguage();

Revision as of 16:40, 4 December 2007

Widget API ← EditBox < GetInputLanguage

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.