Search code examples
asp.net.net-4.0globalization

Auto-globalization of .net controls


Okay, I have hundreds of .net controls with text attributes that needs to be globalized. Is there a tool (VS or 3rd party) that can make my life easier? Im already using ReSharper on my C#, and VS on plain HTML text. Very neat.

Any suggestions?


Solution

  • If you are just looking to extract the text to Local Resource files you can do that by choosing the aspx page and then Tools -> Generate Local Resource.