How do you set language in web.cofig ?

Answer Posted / shenil tom

add a
<system.web>
<globalization uiculture="" culture="" />

in the web. config section

or set both through dynamic coding..

Eg:
set uiculture in InitializeCulture page method override.
protected override void InitializeCulture()
{
this.UICulture = "he";
}

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the asp.net page life cycle.

556


How do I use response redirect?

561


Should I delete cookies?

499


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

519


How does the service stream content?

587






What is directive in asp net?

545


About CLR, reflection and assemblies?

1544


How many types of sessions are there in asp net?

526


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1432


Which is the parent class of the ASP.NET server control?

543


When Cookies are expired in ASP.NET?

575


What is the difference between application state and caching?

546


What is slidemaster?

468


Explain advantages of caching?

532


What’s the difference between response .redirect and server.transfer?

520