Instance Method インスタンスメソッド

customPronounForLanguage:

Returns any custom pronoun behavior this morphology applies to the given language. この語形論がその与えられた言語に適用する何らかのあつらえの代名詞挙動を返します。

Declaration 宣言

- (NSMorphologyCustomPronoun *)customPronounForLanguage:(NSString *)language;

Parameters パラメータ

language

The language to query for any custom pronoun behavior. 何らかのあつらえの代名詞挙動に対して問い合わせをする言語。

Return Value 戻り値

A NSMorphologyCustomPronoun behavior this morphology uses for the given language, or nil if the morphology doesn’t have a custom pronoun behavior set.

See Also 参照

Accessing Per-Language Features 言語毎機能にアクセスする