Is there a way to set the language for a model or for the whole project?
- A setting so when I create a new class/element the language for that is automatcially set.
- And can I change the language for all existing classes/elements?
Is there a way to set the language for a model or for the whole project?
You can set the default language via `Project|Settings|Project Options...'
There's no option to change it for all classes. You could create a little script, or change it in the database directly. Each model is actually stored in a database. Either a .eap file (MS-Access format) or a proper DBMS such as SQL-Server, MySQL,Oracle,... If you know your way around the database schema you can update your model directly int he database. WARNING Use this method only if you know what you're doing
You can't change the language for a whole project in one go, but you can change the language for everything within one root node in the project browser. So as long as you don't have a thousand of those (in fact, many people use just one) it's very easy to achieve.
Please see my old answer here.