Type Method 型メソッド

canInflect(language:)

Returns a Boolean value that indicates whether the rule can inflect a given language. あるブール値を返します、それはその規則がある与えられた言語を屈折(語形変化)できるかどうかを指し示します。

Declaration 宣言

static func canInflect(language: String) -> Bool

Parameters パラメータ

language

The language to apply inflection to, specified as a BCP 47 language code. それへと屈折を適用する言語、BCP 47言語コードとして指定されます。

Return Value 戻り値

true if the rule can inflect the given language; otherwise, false. true、もしその規則がこの与えられた言語を屈折できるならば;そうでなければ、false

See Also 参照

Determining Availability 有効性を判定する