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

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

Post New Answer

More ASP.NET Interview Questions

Explain a program using code nuggets to create a simple application? : asp.net mvc

0 Answers  


When Garbage Collector runs in an Application? 1)Application is running form more than 30 min. 2)On every 1/4th milisecond 3) Randomly 4) Application is running on low of memory

2 Answers   PCS,


Is asp.net and .net the same?

0 Answers  


What is the use of directives & explain with example?

2 Answers   C Squared Systems,


can u any one tell me clearly where is stored cache datas?

2 Answers   Apollo,






Explain parts of assembly?

0 Answers  


How to implement Authentication and Authorization?

0 Answers   QuestPond,


what is diff between responseexpires and expiresabsolute

2 Answers   Accenture,


Explain significance of routing? : asp.net mvc

0 Answers  


What is hidden field in asp.net?

0 Answers  


What is a user session?

0 Answers  


How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

1 Answers   DELL, Microsoft,


Categories