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 / shaik mujahid ullah

Setting up a language are of 2 types

one is compilation language of webapplication for which
you can try with this code

<configuration>
<system.web>
<compilation defaultLanguage"VB"></compilation>
</system.web>
</configuration>

Second is regional / culture language it can be set with
the following code

<system.web>
<globalization uiCulture="en" culture="en-GB" />
<!-- more stuff-->
</system.web>

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we implement bundling in MVC?

1050


What is diff. Between abstract class and an interface?

986


Differentiate between structure and class.

979


Can you use Web API with ASP.NET Web Form?

1105


How can we provide the WebParts control functionality to a server control?

952


What is the difference between localization and globalization?

986


Which object encapsulates state or data of a user?

1025


What are httphandlers and httpmodules and difference between them?

964


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1941


How to set the pane area to transparent of a scrollPane component.?

968


How to retrieve user name in case of Window Authentication?

690


What are server-side comments in ASP.NET?

904


Is asp.net mvc front end or backend? : Asp.Net MVC

888


What is meant by server side scripting?

901


What are the difference between overriding and overloading?

1010