Type Method 型メソッド

isSupported(forLanguage:)

Returns a Boolean value that indicates whether the given language supports setting custom pronouns. 与えられた言語があつらえの代名詞を設定することをサポートするどうかを指し示すブール値を返します。

Declaration 宣言

static func isSupported(forLanguage language: String) -> Bool

Parameters パラメータ

language

The language to query. 問い合わせる言語。

Return Value 戻り値

true if the language supports custom pronouns; otherwise, false. true、もし言語があつらえの代名詞をサポートするならば;そうでなければ、false

Discussion 議論

If this value is false for a given language, calling setCustomPronoun(_:forLanguage:) for that language throws an error. この値がある与えられた言語に対してfalseならば、setCustomPronoun(_:forLanguage:)をその言語に対して呼び出すことはエラーをスローします。

See Also 参照

Assessing Custom Pronoun Support カスタム代名詞サポートを見極める