Returns a localized string corresponding to a specified HTTP status code.
Original signature is '+ (NSString *)localizedStringForStatusCode:(NSInteger)statusCode'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.


- statusCode (NSInteger)
- The HTTP status code.

A localized string suitable for displaying to users that describes the specified status code.

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