Bundt Scripting Reference
·
Bundt Scripting Language version 1.0.1.0
create language
statement
Creates a new language in the context model. If no model is in context, an error occurs.
The created language is put in context.
Syntax
create language Name Description [default]
Returns
The language just created.
Examples
Intent |
Code |
Create a new language for standard Italian |
create language it_IT "Italiano"; |
Create a new language for standard Italian and make it the default |
create language it_IT "Italiano" default; |
Create a new language for standard Italian with a multilingual description |
create language it_IT [en_GB: "Italian", es_ES: "Italiano"]; |
See Also
Contents distributed under a Creative Commons Attribution 4.0 International License
·
About
·
Terms of Use
·
Contact Us
·
last updated on 08 October 2020