Language Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:APIClass|Common Class|Common}}  
{{Template:API}}{{Template:APIBreadcrumb}}
Sets the language. For use with the [[Common Class|Common]] class.


== Syntax==
 
*English
<onlyinclude>Specifies the language for the Synthesis API library.</onlyinclude>
*French
 
*German
== Members ==
*Portuguese
{| {{APITableEnum}}
*Spanish
|-
*ChineseTraditional
| style="width: 150px;"|English||style="width: 70px;"|1
*ChineseSimplified
|-
*Japanese
|French||2
|-
|German||4
|-
|Portuguese||5
|-
|Spanish||6
|-
|ChineseTraditional||7
|-
|ChineseSimplified||8
|-
|Japanese||9
|}
 
 
 
 
 
==See Also==
*[[CLanguage.SetLanguage|cLanguage.SetLanguage Method]]

Latest revision as of 21:03, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the language for the Synthesis API library.

Members

Name Value Description
English 1
French 2
German 4
Portuguese 5
Spanish 6
ChineseTraditional 7
ChineseSimplified 8
Japanese 9



See Also