• Home
  • Raw
  • Download

Lines Matching full:language

13  * See the License for the specific language governing permissions and
114 // Returns the level of support for the language, country and variant.
115 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
117 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
120 // TTS_LANG_AVAILABLE if the language is supported and the
124 // for the language are not correctly installed
125 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
129 // Load the resources associated with the specified language. The loaded
130 // language will only be used once a call to setLanguage() with the same
131 // language value is issued. Language and country values are coded according to the ISO three
135 // @param lang pointer to the ISO three letter code for the language
141 // Load the resources associated with the specified language, country and Locale variant.
142 // The loaded language will only be used once a call to setLanguageFromLocale() with the same
143 // language value is issued. Language and country values are coded according to the ISO three
147 // @param lang pointer to the ISO three letter code for the language
153 // Retrieve the currently set language, country and variant, or empty strings if none of
154 // parameters have been set. Language and country are represented by their 3-letter ISO code
155 // @param[out] pointer to the retrieved 3-letter code language value
159 virtual tts_result getLanguage(char *language, char *country, char *variant);
186 // @param[out] value pointer to the retrieved language value
189 // out: stores the size required to hold the language