@phone::setLanguage
Defines the language to be used when using the play
method.
Syntax:
@phone::setLanguage(String language)
Parameters:
- (String) country Deprecated:
To correctly define a given language requires both the country and the
language, since any given language may have various dialects depending
on the country. Examples of this would be UK
English and Canadian French.
The default for a country/language combination that is not supported is
"English".
- (String) language: the language to use for the
play method
Returns:
None
Example: