MonobjcMonobjc Documented Class Library
LocalizedNameLocale Method (style, locale)
NamespacesMonobjc.FoundationNSTimeZoneLocalizedNameLocale(NSTimeZoneNameStyle, NSLocale)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
style (NSTimeZoneNameStyle)
The format style for the returned string.
locale (NSLocale)
The locale for which to format the name.
Return Value
The name of the receiver localized for locale using style.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)