WoW:API EditBox GetInputLanguage: Difference between revisions
No edit summary |
m (Move page script moved page API EditBox GetInputLanguage to API EditBox GetInputLanguage without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | |||
language = editBox:GetInputLanguage(); | language = editBox:GetInputLanguage(); | ||
| Line 19: | Line 19: | ||
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. | ||
Latest revision as of 04:45, 15 August 2023
← 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.