How do you set language in web.cofig ?

Answer Posted / ram

? To set the UI culture and culture for all pages, add a
globalization section to the Web.config file, and then set
the uiculture and culture attributes, as shown in the
following example:
<globalization uiculture="es" culture="es-MX" />
? To set the UI culture and culture for an individual page,
set the Culture and UICulture attributes of the @ Page
directive, as shown in the following example:
<%@ Page UICulture="es" Culture="es-MX" %>

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we make activex dll also ti execute in some process as that of client ? How can we do?

4251


What is a swagger in web api?

540


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

528


Explain the difference between dataset and datareader.

531


Define a web service in .net?

616






What is autopostback in asp net?

590


Explain the difference between an exe and a dll?

529


How do u optimize a query in asp.net?

569


Where do we store our connection string in asp.net application?

528


Can we override the enablepartialrendering property of the scriptmanager class?

643


What are session state modes? List some of the important session state modes of asp.net.

536


How is a session stored and maintained in asp.net?

537


What types of data validation events are commonly seen in the client-side form validation?

563


What is a user session?

503


Which object encapsulates state or data of a user?

624