Plumtree Portal UI  
 

PTDocTypesVarPack.GetLocalizedName Method 

Helper method that retrieves the localized name for the given UUID.

public virtual string GetLocalizedName(
   string _UUID,
   string _langCode
);

Parameters

_UUID
_langCode

Return Value

localized name if available, else, the 'en' lang name.

See Also

PTDocTypesVarPack Class | com.plumtree.portaluiinfrastructure.application.varpacks Namespace