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 / 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

Explain Life cycle of ASP.NET page when a request is made.

1265


Is asp.net a programming language?

1075


What is a uri query?

1052


What are the disadvantages of asp.net?

1125


How many types of session state management options available in asp.net?

1091


Why session is used in asp.net?

1071


What is state management react?

1088


Is session server side or client side?

1016


Explain the difference between or and orelse?

1051


What is intrinsic objects in asp.net?

1293


Define authentication and authorization.

1137


What is the Difference between MVC And MVP design pattrens

2731


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

1093


What does occur first in ASP.Net, Authentication or Authorization?

1089


Can we use a static function with a non-static variable?

1019