Older Newer
Mon, 16 Dec 2019 03:19:24 . . . . SyneRyder [Add example]


Changes by last author:

Added:
= getUserDefaultLCID =

== Syntax ==

int getUserDefaultLCID()

== Return ==

A locale identifier LCID.

== Description ==

Returns an identifier for the user's default locale.

== Example ==

<code>

%ffp

OnFilterStart: {

//getLocaleInfo (LOCALE_USER_DEFAULT, LOCALE_SENGLANGUAGE , str0, 255 );

getLocaleInfo (getUserDefaultLCID(), LOCALE_SENGLANGUAGE , str0, 255 );

Info (str0);

return false;

}

</code>

== See Also ==

getSystemDefaultLCID, LCID