GetLocale

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
{{API_Example|Lua|function Engine.GetLocale();}}
{{API_Example|Lua|function Engine.GetLocale();}}
-
===Returns===
+
====Returns====
-
Type:string
+
{{API_Type|string|The locale identifier.}}
-
 
+
-
The locale identifier
+
==Remarks==
==Remarks==

Revision as of 04:18, 23 September 2010

Gets a string identifying the locale the application is set to.

Syntax

Lua
function Engine.GetLocale();

Returns

Type: string
The locale identifier.

Remarks

Gets a string identifying the locale the application is set to.

Personal tools