Product Documentation

ActivePython 2.4 Documentation

PyICatInformation.GetCategoryDesc

string = GetCategoryDesc(lcid)

Retrieves the localized description string for a specific category ID.

Parameters

lcid=0 : int

lcid

Comments

The return type is a true PyString, not a Uniocode object.

To Do

Upgrade the return type to be Unicode.