Plumtree Portal UI  
 

ClassTypeDescManager.GetClassTypeLocalizedName Method (Int32, String)

Returns the localized name for a particular PT class.

public virtual string GetClassTypeLocalizedName(
   int _nClassID,
   string _strLangID
);

Parameters

_nClassID
The ClassID for this Plumtree Object.
_strLangID

Return Value

The localized name for a particular PT class.

See Also

ClassTypeDescManager Class | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace | ClassTypeDescManager.GetClassTypeLocalizedName Overload List