Returns the localized description for the specified Uniform Type Identifier
Original signature is '- (NSString *)localizedDescriptionForType:(NSString *)typeName'
Available in Mac OS X v10.5 and later.


- typeName (NSString)
- A string containing the Uniform Type Identifier.

An NSString containing the localized description of typeName.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)