getUserDefaultLCID

Syntax

int getUserDefaultLCID()

Return

A locale identifier LCID.

Description

Returns an identifier for the user's default locale.

Example

%ffp

OnFilterStart: {
  //getLocaleInfo (LOCALE_USER_DEFAULT, LOCALE_SENGLANGUAGE , str0, 255 );
  getLocaleInfo (getUserDefaultLCID(), LOCALE_SENGLANGUAGE , str0, 255 );
  Info (str0);
  return false;
}

See Also

getSystemDefaultLCID, LCID