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

customPronoun(forLanguage:)

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

Declaration 宣言

func customPronoun(forLanguage language: String) -> Morphology.CustomPronoun?

Parameters パラメータ

language

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

Return Value 戻り値

A Morphology.CustomPronoun behavior this morphology uses for the given language, or nil if the morphology doesn’t have a custom pronoun behavior set. この語形論がその与えられた言語に対して使うあるMorphology.CustomPronoun挙動、またはnil、もし語形論があつらえの代名詞挙動集合を持たないならば。

See Also 参照

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