CLanguage.SetLanguage: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Common|Global Common}}  
{{Template:APIClass|Global_Common| }}  
{{Template:Common Class.Cmt}}
{{Template:Common Class.Cmt}}



Revision as of 21:59, 5 March 2014


Sets the language of the entire library.

Methods

  • SetLanguage( Language ) Sets the language for the whole library. It cannot be set separately for different instances of classes.

Usage Example

Set the language to English

       SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)