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 the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

535


What is the displayafter property in updateprogress control?

511


Which browsers support the xmlhttprequest object?

524


What is the difference between Hash table and Array list?

376


What is the difference between mechine.config and web.config?

736






How to implement role based security in asp.net mvc? : Asp.Net MVC

438


What is the difference between a default skin and a named skin?

598


What is cookies in asp net?

524


What is meant by asp.net?

544


How is session id generated?

457


What are directives in asp.net?

534


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1620


What are triggers of an updatepanel?

555


What are the events in a page life cycle?

536


Explain how can you debug your .net application?

539