Internationalization (i18n) is the process of designing a software application so that it can be adapted to various languages and regions without engineering changes.
0
votes
1answer
88 views
Website Internationalisation approaches
I'm currently working on a project that the client wants to deliver to different countries.
The application is a website.
We started out using resource files to change the text the user sees when ...
2
votes
0answers
80 views
MVC 5 - Best practice for handling dates inside and outside the USA
I have an MVC 5 application that will be used world wide. A number of the pages in the app will require users to enter dates. I'll be using the jQuery datetimepicker plug-in to allow the user to ...
0
votes
0answers
22 views
Interacting with multiple localized webservices
I'm having trouble managing multiple web services that each have a slightly different list of supported languages
For example, say we support English, Chinese, and French in our web service using the ...