7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
242 | 242 |
243 <p> | 243 <p> |
244 Private method to return the code of the selected original language. | 244 Private method to return the code of the selected original language. |
245 </p> | 245 </p> |
246 <dl> | 246 <dl> |
247 <dt>Returns:</dt> | 247 <dt>Return:</dt> |
248 <dd> | 248 <dd> |
249 code of the original language (string) | 249 code of the original language (string) |
250 </dd> | 250 </dd> |
251 </dl> | 251 </dl> |
252 <a NAME="TranslatorWidget.__pronounce" ID="TranslatorWidget.__pronounce"></a> | 252 <a NAME="TranslatorWidget.__pronounce" ID="TranslatorWidget.__pronounce"></a> |
288 <dd> | 288 <dd> |
289 language code of the translation (string) | 289 language code of the translation (string) |
290 </dd> | 290 </dd> |
291 </dl> | 291 </dl> |
292 <dl> | 292 <dl> |
293 <dt>Returns:</dt> | 293 <dt>Return:</dt> |
294 <dd> | 294 <dd> |
295 tuple of translated text (string) and flag indicating | 295 tuple of translated text (string) and flag indicating |
296 success (boolean) | 296 success (boolean) |
297 </dd> | 297 </dd> |
298 </dl> | 298 </dl> |
302 | 302 |
303 <p> | 303 <p> |
304 Private method to return the code of the selected translation language. | 304 Private method to return the code of the selected translation language. |
305 </p> | 305 </p> |
306 <dl> | 306 <dl> |
307 <dt>Returns:</dt> | 307 <dt>Return:</dt> |
308 <dd> | 308 <dd> |
309 code of the translation language (string) | 309 code of the translation language (string) |
310 </dd> | 310 </dd> |
311 </dl> | 311 </dl> |
312 <a NAME="TranslatorWidget.__updateClearButton" ID="TranslatorWidget.__updateClearButton"></a> | 312 <a NAME="TranslatorWidget.__updateClearButton" ID="TranslatorWidget.__updateClearButton"></a> |