xmlGetLanguages (server-side)

Use this routine to retrieve an XML DOM object that contains information about various languages.

Definition

function xmlGetLanguages()

Parameters

None.

Return Value

An XML DOMDocument object (ProgID: Microsoft.FreeThreadedXMLDOM) containing the contents of the file config\languages.xml, potentially cached in the Application object during a prior invocation.

Remarks

This routine uses the routine xmlGetResource to accomplish its task, passing the string "MSCSLanguages" as the name of the Application object variable under which the file contents are cached as an XML DOM object.

This routine is available in the include file ASPUtil.asp.

This routine was created for use by the Catalog modules.

See Also

Server-Side Routines

xmlGetCurrencies (server-side)

xmlGetResource (server-side)

Client-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.