Plumtree Portal UI  
 

IPTClassTypeDesc.GetClassTypeLocalizedName Method 

Returns the localized name for the class type. For example, the name for users is "User" in English.

string GetClassTypeLocalizedName(
   string _strLangID
);

Parameters

_strLangID
The language to retrieve the name for.

Return Value

The localized name for the class type.

See Also

IPTClassTypeDesc Interface | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace