CalStoreLanguage Class Reference

Inherits from CalStoreObject : NSObject
Declared in CalStoreLanguage.h

Overview

The CalendarStore frameworks supports multiple languages (locales). A CalStoreLanguage object holds information about a language that is supported in the Calendar Store.

The iso6391Code (ISO 639-1) property is the code that should be used for the locale property of the CalStoreController to change the CalendarStore to a country.

When displaying CalStoreCountry objects to the user, always show the localizedName, which is localized according to the locale property from CalStoreController.

Identifying

  languageId

The id for this language

@property (nonatomic, readonly) NSString *languageId

Declared In

CalStoreLanguage.h

  iso6391Code

The ISO 639-1 code for this language. See http://en.wikipedia.org/wiki/ISO_639-1 .

@property (nonatomic, readonly) NSString *iso6391Code

Declared In

CalStoreLanguage.h

  localizedName

The localized name for this language.

@property (nonatomic, readonly) NSString *localizedName

Declared In

CalStoreLanguage.h