public interface IHyphenationCallback
Method Summary | ||
---|---|---|
abstract void | requestDictionary(java.lang.String language) | |
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 |
Method Detail |
---|
requestDictionary | |
public abstract void requestDictionary(java.lang.String language) throws java.lang.Exception |
language
- A language name, e.g. "en-US". See .NET documentation for "culture name" and RFC 4646 for details.