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

setCustomPronoun(_:forLanguage:)

Sets a custom pronoun behavior for this morphology to apply to the given language. あるあつらえの代名詞挙動をこの語形論のために設定して、その与えられた言語に適用します。

Declaration 宣言

mutating func setCustomPronoun(_ pronoun: Morphology.CustomPronoun?, forLanguage language: String) throws

Parameters パラメータ

pronoun

A Morphology.CustomPronoun instance for the morphology to use. 使用するこの語形論用Morphology.CustomPronounインスタンス。

language

The language the morphology should apply the custom pronoun to. この語形論がそれへとあつらえの代名詞を適用すべき言語。

Discussion 議論

This method throws if the system doesn’t support custom pronouns for the given language, or if any of the required pronoun keys aren’t set. このメソッドは、システムがあつらえの代名詞をこの与えられた言語に対してサポートしないならば、または何らかの必須代名詞キーが設定されないならばスローします。

See Also 参照

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

Related Documentation 関連文書