Returns the name of the receiver localized for a given locale.
Original signature is '- (NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(NSLocale *)locale'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSString LocalizedNameLocale( NSTimeZoneNameStyle style, NSLocale locale )
Public Overridable Function LocalizedNameLocale ( _ style As NSTimeZoneNameStyle, _ locale As NSLocale _ ) As NSString
public: virtual NSString^ LocalizedNameLocale( NSTimeZoneNameStyle style, NSLocale^ locale )

- style (NSTimeZoneNameStyle)
- The format style for the returned string.
- locale (NSLocale)
- The locale for which to format the name.

The name of the receiver localized for locale using style.

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