Winforms: Enabling Localization by default (enforcing a project/solution policy)

Posted by Obalix on Stack Overflow See other posts from Stack Overflow or by Obalix
Published on 2010-03-19T08:53:04Z Indexed on 2010/03/22 16:01 UTC
Read the original article Hit count: 474

Is there an easy way to set the Localizable property to true for newly created usercontrols / forms? The scope of the setting should ideally be a solution or a project.

In other words I want to say that this project/solution should be localizable, and then if I add a new form or control VS should automatically set the property to true.

Edit:

Although custom templates are possible, in a larger team they might not be always used. So it's more about enforcing a policy, ensuring that the team members do not ommit to set the property for the projects/solutions where it is a requirement that all forms/controls containing text resources should be localizable.

Note: Team Foundation Server is not an Option.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about winforms