Plumtree Portal UI  
 

ClassTypeDescManager.GetClassTypeLocalizedName Method (Int32, String, String)

Returns the localized name for a particular PT class.

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

Parameters

_nClassID
The ClassID for this Plumtree Object.
_strLangID
_sProvEnglishName
The English Provider Name.

Return Value

The localized name for a particular PT class.

See Also

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