Answered by:
Language Integration in asp.net

Question
-
User-1100884601 posted
Hi All,
I want to integrate bangla(font) language in asp.net application .
I didnt do any language integration work previously .
If any developers did bangla language integration or have idea to ingrate it with asp.net application.. Please share .
Thanks
Monday, March 15, 2010 2:49 AM
Answers
-
User-1618234021 posted
Hi
You can use ASP.NET Globalization / Localization feature. See the following links:
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx
http://msdn.microsoft.com/en-us/library/c6zyy3s9(VS.80).aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 15, 2010 5:45 AM -
User-1636183269 posted
You can pass value in querystring, it will work for you. I have created sample for same. Please go through hope it will help. Please let me know if you need more info.
http://forums.asp.net/t/1514920.aspx
I think you require resource setting for all lavel then refer below link:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, March 17, 2010 12:56 AM
All replies
-
User-1618234021 posted
Hi
It is not clear how do you want to integrate it. If you want to store multi-Lingual contents in the database, you can use the data type like nvarchar that can store variety of language character. At the front end you need some sort of editor to support the Bangla language editing support.
Or you can add this from the windows keyboard support and users can switch language from the task bar language bar and write directly.
Monday, March 15, 2010 4:46 AM -
User-1100884601 posted
Hi,
Thanks for your reply.
I want two languages integration . 1) Bangla 2) English
Based on the language dropdown font will be change. I dont have any idea about language integration
Please explain in details
Thanks.
Monday, March 15, 2010 5:08 AM -
User-1618234021 posted
Hi
You can use ASP.NET Globalization / Localization feature. See the following links:
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx
http://msdn.microsoft.com/en-us/library/c6zyy3s9(VS.80).aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 15, 2010 5:45 AM -
User-1636183269 posted
You can pass value in querystring, it will work for you. I have created sample for same. Please go through hope it will help. Please let me know if you need more info.
http://forums.asp.net/t/1514920.aspx
I think you require resource setting for all lavel then refer below link:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, March 17, 2010 12:56 AM -
User-1200560727 posted
Hi,
Please go through my below post:
http://forums.asp.net/t/1526291.aspx
I hope it will helpful to you.
Regards,
Tapan
Wednesday, March 17, 2010 2:08 AM