Asked by:
Localization for website

Question
-
User52625461 posted
Hi All,
We have a webproject of which almost 80% work is completed and it have 70-80 pages.
Now we want to implement localization for entire web project and for every possible language and culture ??
So I need to do it pagewise OR it can be done on Project solution and which will be reflected for all pages...
How can I do this ? What are the basic steps of it ??
Monday, September 2, 2013 8:10 AM
All replies
-
User-691245060 posted
probably use this -
or instead google - http://www.dotnetobject.com/Thread-Inline-language-translation-in-asp-net
thanks,
Monday, September 2, 2013 8:17 AM -
User-16010594 posted
Hi ,
I also want to convert my website into Localised/internationalised website.
For that i used MVC 3 internationalisation.
But now i m facing problem while displaying database content into localised form.
I m able to show hardcoded text in localised form but unable to show which is coming from database.
Plz guide me.
Tuesday, September 10, 2013 4:02 AM -
User-629191164 posted
You can do it at Project solution .
Refer to this link on localization
http://msdn.microsoft.com/en-us/library/fw69ke6f%28v=vs.100%29.aspx
Thursday, October 10, 2013 11:08 PM -
User-1635195291 posted
Hi rohitpundlik,
ASP.NET has best support to develop multilingual sites. To localize an asp.net site you can use Globalization and Localization. In easiest work, localize a site means setting the cultureinfo for current user and use the corresponding resx files for that language. Obviously, you need to maintain different resx files per language that you wanted to have.
Just search for ASP.NET Localization
Here is one of example: ASP.NET Localization (Quick Reference)
I would recommend using the localization features that are available as a part of the framework
- http://msdn.microsoft.com/en-us/library/dfs80h33(v=vs.80).aspx
- http://msdn.microsoft.com/en-us/library/fw69ke6f(v=VS.100).aspx
Hope this helps.
Thanks,
Jatin
Thursday, October 10, 2013 11:16 PM -
User22205941 posted
can you help me how to do with database?
Friday, December 13, 2013 3:22 AM -
User22205941 posted
I need with database. pls help me .............
Friday, December 13, 2013 4:24 AM -
User-1939249872 posted
I recommend you to this thread for solution. http://forums.asp.net/p/1954679/5574627.aspx?Re+how+to+change+the+content+using+master+page+
Monday, February 10, 2014 5:49 PM