I want my web application to support multiple langauges like english,german,etc
Is there a way we can do this in visual studio or is ther any other way,please let me know
Using Asp.net with resource files its possible.
Start from here
http://msdn.microsoft.com/en-us/library/fw69ke6f(VS.80).aspx
You can go through below example:
http://mosesofegypt.net/post/2008/02/Applying-localization-with-MasterPages.aspx
I hope it will helpful to you.
Video tutorial http://www.asp.net/general/videos/how-do-i-create-a-multi-lingual-site-with-localization should resolve your issue.