Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are different types of api?

1062


how to debug web services on consumer side?

1109


What is the life cycle of an asp.net page?

964


Explain the components of web form in asp.net

1079


What is query string?

1054


What is content place holder?

1026


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

2090


To get the values in two different controls to match which control you use it?

1088


What is the significance of proxy user?

1141


What threading model used in asp and asp.net?

1100


What is css and what is it used for?

1034


What is the difference between globalization and localization?

1022


Explain method to handle error using HttpError in Web API?

1109


What is the procedure to create the environment for asp.net? : asp.net mvc

1112


What is a user developed application?

994