How do you set language in web.cofig ?
Answer Posted / shenil tom
add a
<system.web>
<globalization uiculture="" culture="" />
in the web. config section
or set both through dynamic coding..
Eg:
set uiculture in InitializeCulture page method override.
protected override void InitializeCulture()
{
this.UICulture = "he";
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are different types of api?
how to debug web services on consumer side?
What is the life cycle of an asp.net page?
Explain the components of web form in asp.net
What is query string?
What is content place holder?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
To get the values in two different controls to match which control you use it?
What is the significance of proxy user?
What threading model used in asp and asp.net?
What is css and what is it used for?
What is the difference between globalization and localization?
Explain method to handle error using HttpError in Web API?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is a user developed application?