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

What is asp net objects?

1123


How do we implement bundling in MVC?

1151


How can we implement a identity (sql server) call in an asp.net page?

1067


How long does an http session last?

984


What is data grid view in asp.net?

991


How do I open an ashx file in windows 7?

1114


What is active web page?

995


What is Partial PostBack in ASP.NET?

1091


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

1048


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

988


What are different types of api?

1062


What are the disadvantages of using session?

1170


What is a 401 redirect?

987


What is redirectpermanent in asp.net?

1110


How many types cache in asp net?

1123