Instance Method
インスタンスメソッド
setCustomPronoun:forLanguage:error:
Sets a custom pronoun behavior for this morphology to apply to the given language.
あるあつらえの代名詞挙動をこの語形論のために設定して、その与えられた言語に適用します。
Parameters
パラメータ
features
A NSMorphologyCustomPronoun
instance for the morphology to use.
使用するこの語形論用のNSMorphologyCustomPronoun
インスタンス。
language
The language the morphology applies the custom pronoun to.
この語形論がそれへとあつらえの代名詞を適用する言語。
error
On return, any error encountered while setting the custom pronoun, or nil
if no error occurred.
戻りでは、あつらえの代名詞を設定する間に発生した何らかのエラー、またはnil
、もしエラーが発生しなかったならば。
Return Value
戻り値
A Boolean value that indicates whether setting the custom pronoun succeeded.
あるブール値、それはあつらえの代名詞を設定することが成功したかどうかを指し示します。
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
言語毎機能にアクセスする
- customPronounForLanguage:
Returns any custom pronoun behavior this morphology applies to the given language.
この語形論がその与えられた言語に適用する何らかのあつらえの代名詞挙動を返します。
Related Documentation
関連文書
+ isSupportedForLanguage:
Returns a Boolean value that indicates whether the given language supports setting custom pronouns.
与えられた言語があつらえの代名詞を設定することをサポートするどうかを指し示すブール値を返します。
+ requiredKeysForLanguage:
Returns a collection of the custom pronoun keys required by this language.
この言語によって必須とされるあつらえの代名詞キーそれらからなるあるコレクションを返します。