Answered by:
Multi Language website in asp.net

Question
-
User-781951798 posted
hi,
i am creating a website in 4 languages. all the labels and buttons should chage as per the users choice. the language details should not be hard coded and it has to come from the databse for each language. Instead of doing it manually(depends upon the language selection fetch the data from the databse and show the labels etc) do we have any inbuild Techno ledge to achieve this in a faster way.
Thanks in advance.
Wednesday, April 7, 2010 12:29 AM
Answers
-
User-1200560727 posted
Hi,
Please go through my below posts:
http://forums.asp.net/t/1541773.aspx
http://forums.asp.net/t/1540920.aspx
http://forums.asp.net/t/1540544.aspx
http://forums.asp.net/t/1538891.aspx
http://forums.asp.net/t/1541311.aspx
I hope it will helpful to you.
Regards,
Tapan
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 7, 2010 2:06 AM -
All replies
-
User-933257319 posted
http://www.codeproject.com/KB/aspnet/localization_websites.aspxWednesday, April 7, 2010 12:57 AM -
User-210964359 posted
<td valign="top">
<div id="google_translate_element" style="text-align: left">
</div>
<script>
function googleTranslateElementInit()
{
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script>
<script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>
</td>Wednesday, April 7, 2010 1:09 AM -
User-1636183269 posted
create base page, go through below forum
http://forums.asp.net/t/1514920.aspx
Wednesday, April 7, 2010 2:04 AM -
Wednesday, April 7, 2010 2:05 AM
-
User-781951798 posted
thanks for the reply.
but i need to fetch the language value from the databse. how can we do this??
Wednesday, April 7, 2010 2:06 AM -
User-1200560727 posted
Hi,
Please go through my below posts:
http://forums.asp.net/t/1541773.aspx
http://forums.asp.net/t/1540920.aspx
http://forums.asp.net/t/1540544.aspx
http://forums.asp.net/t/1538891.aspx
http://forums.asp.net/t/1541311.aspx
I hope it will helpful to you.
Regards,
Tapan
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 7, 2010 2:06 AM -
Wednesday, April 7, 2010 2:19 AM
-
-
User-1166428634 posted
Hi,
Download the following video, I'm sure you'll get the solution:
http://www.bestechvideos.com/2006/12/06/how-do-i-create-a-contact-us-page-in-aspnet
regards
Friday, April 30, 2010 7:40 AM -
User-394508673 posted
thanks
Tuesday, September 14, 2010 11:45 AM -
User-394508673 posted
thanks u
Tuesday, September 14, 2010 11:48 AM -
User-1215433944 posted
Hi SHubam,
where do you use this google translate code that you hjave given? could you please elaborate on this?
Tuesday, October 5, 2010 3:29 PM