CLanguage.SetLanguage: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


== Methods ==
== Methods ==
*'''[[Common.SetLanguage|SetLanguage( Language )]]''' {{Template:APIComment|{{Template:Common.SetLanguage.Cmt}}}}
*[[Common.SetLanguage|SetLanguage( Language )]] {{Template:APIComment|{{Template:Common.SetLanguage.Cmt}}}}


== Usage Example ==
== Usage Example ==
{{APIComment|Set the language to English}}
{{APIComment|Set the language to English}}
         SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)
         SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)

Revision as of 21:56, 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)