Reputation: 9728
Is there a way to set the language for a model or for the whole project?
Upvotes: 1
Views: 828
Reputation: 10504
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.
Upvotes: 2
Reputation: 13711
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
Upvotes: 3