kCFStringTokenizerAttributeLanguage

Constant kCFStringTokenizerAttributeLanguage 

Source
pub const kCFStringTokenizerAttributeLanguage: CFOptionFlags = _; // 131_072usize
Available on crate feature CFStringTokenizer only.
Expand description

Attribute Specifier Use attribute specifier to tell tokenizer to prepare the specified attribute when it tokenizes the given string. The attribute value can be retrieved by calling CFStringTokenizerCopyCurrentTokenAttribute with one of the attribute option.

See also Apple’s documentation