Language Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Common Class|Common}}  
{{Template:APIClass|Language| }}  
Available languages. For use with the [[Common Class|Common]] class.
Available languages. For use with the [[Common Class|Common]] class.
== Syntax==
== Syntax==

Revision as of 22:13, 5 February 2014


Available languages. For use with the Common class.

Syntax

Public Enum Language
Can be used to assign a language.

  Language Enum
  English = 1
  French = 2
  German = 4
  Portuguese = 5
  Spanish = 6
  ChineseTraditional = 7
  ChineseSimplified = 8
  Japanese = 9