Define globalization and localization.



Define globalization and localization...

Answer / Rajneesh Kumar

Globalization is the process of designing software to be able to work in any culture, language, or region. Localization, on the other hand, is the act of adapting a product (software, websites, etc.) to a specific locale, such as translating text into a particular language and adjusting formatting rules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is asp.net and its advantages?

1 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


Explain what is an abstract class?

1 Answers  


What is advantage of asp.net?

1 Answers  


What are session objects?

1 Answers  


What data types do the RangeValidator control support?

2 Answers  


Explain the Session state management options available with ASP.NET?

1 Answers   Siebel,


To display data in a Repeater control which template you provide?

1 Answers   Siebel,


What are main return types supported in Web API?

1 Answers  


How do http sessions work?

1 Answers  


why security trimming attribute?

1 Answers  


Categories