DataFunctions.GetLocaleList Method (PIA)
Use this method to retrieve a SimpleList object that contains the locales available on the computer.
Definition
[Visual Basic .NET]
Imports Microsoft.CommerceServer.Interop
…
Public Function GetLocaleList() As Object
[C#]
using Microsoft.CommerceServer.Interop;
…
public object GetLocaleList();
Return Values
[Visual Basic .NET] If this method completes successfully, it returns an Object that references a SimpleList object that specifies the locales available on the computer.
[C#] This method returns a SimpleList object containing the locales available on the computer.
Exceptions
This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.
Requirements
Namespace: Microsoft.CommerceServer.Interop
Platforms: Windows 2000, Windows Server 2003
Assembly: mscsasphelplib (in mscsasphelplib.dll)
See Also
Copyright © 2005 Microsoft Corporation.
All rights reserved.