Localizing Dates and Times

On Web sites that support multiple languages, rendered pages must display dates and times in the format appropriate for the language chosen by the user.

Commerce Server provides several Component Object Model (COM) objects for processing date and time values in different languages. These features include:

On .NET-based sites, the .NET cultures system provides strong support for these tasks as well. Fore more information, see the .NET Framework Developer's Guide topic "Using the CultureInfo Class."

For more information about these objects, see Core Object Programming Concepts.

Copyright © 2005 Microsoft Corporation.
All rights reserved.