pub const kCFStringTokenizerAttributeLanguage: CFOptionFlags = _; // 131_072usizeAvailable 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