@ProviderType
public interface LanguageData
This interface represents implementation-specific language data.
Typically, it contains references to dictionaries, language models, etc.
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
Get the locale of the language data.
|
java.util.Locale getLocale()
Get the locale of the language data.
Note that the returned locale represents the actual locale of the data, which
may be different to the one specified for
SmartContentAuthoringService.getLanguageData(Locale)
, as there are resolution
strategies in place if the initial locale is too specific.
Copyright © 2010 - 2020 Adobe. All Rights Reserved