how can u display multi language (i.e english,spanish...)
web site?

Answers were Sorted based on User's Feedback



how can u display multi language (i.e english,spanish...) web site?..

Answer / deepa

Create resource files for each language.. u want to dispaly
on the website.(add+new item+resource file)

now create instance for resourcemanager class and set its
path.

set the string(u want to convert) to the resource manager.

now panel1.innerhtml=resourcemanager1.string;

and so on...

Is This Answer Correct ?    4 Yes 1 No

how can u display multi language (i.e english,spanish...) web site?..

Answer / f

For this you have to use the resource files in which the
different language words are associated withthe key so u
call the key and select the language then the key will
automatically select its value.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How can you display all validation messages in one control?

1 Answers  


Give 2 examples for scenarios when routing is not applied?

1 Answers   NA,


Features in ASP.NET?

2 Answers   Microsoft,


How do you retrieve information from web.config ?

5 Answers   MMTS,


Web API supports which protocol?

1 Answers  


Explain a program using razor view engine to create a simple application? : asp.net mvc

1 Answers  


What's the advantage of using System.Text.StringBuilder over System.String?

3 Answers   IBM, IdeaLake, Infosys,


Explain the difference between the web config and machine config.

1 Answers  


What is client side state management?

1 Answers  


on modify statement, executeNonQuery returns zero rows affected even though there has been modification carried out sucessfully in the table.. can anyone tell me is this possible??? if yes, how..???

1 Answers   ADITI,


What is routing in MVC?

1 Answers   Infosys,


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


Categories