Aspose::Words::IHyphenationCallback::RequestDictionary method
IHyphenationCallback::RequestDictionary method
Notifies application that hyphenation dictionary for the specified language wasn’t found and may need to be registered. Implementation should find a dictionary and register it using RegisterDictionary() methods. If dictionary is unavailable for the specified language implementation can opt out of further calls for the same language using RegisterDictionary() with null value.
virtual void Aspose::Words::IHyphenationCallback::RequestDictionary(System::String language)=0
Parameter | Type | Description |
---|---|---|
language | System::String | A language name, e.g. “en-US”. See .NET documentation for “culture name” and RFC 4646 for details. |
See Also
- Interface IHyphenationCallback
- Namespace Aspose::Words
- Library Aspose.Words for C++