Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

GetLocaleSettings method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Retrieves locale settings.

Class

IGalaxy

Syntax

[C#]

ISettings GetLocaleSettings( );

[Visual C++]

HRESULT GetLocaleSettings(

[out, retval] ISettings**

);

Parameters

ISettings

Returns a gObjects collection.

Remarks

Automatically check-out the instance for the settings object. While the instance is checked out, no other object may be checked out. User should be logged in.

In This Topic
Related Links