Contents

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.

Return Value

true if the rule can inflect the given language; otherwise, false.

See Also

Determining Availability