Tagged Questions
9
votes
6answers
154 views
Is it absolutely necessary to show the currently selected language in a language selector?
There are three choices of language. At least on mobile it would be nice if I could save a little space in the footer by omitting the currently active language. This seems risky though as it means the ...
6
votes
3answers
87 views
Country/Region Specific locales: How much is it important?
In our website, we are providing more than one language choice, so users will be able to use the website if they knew any of these languages.
However, it surprised me that one site I've visited ...
108
votes
13answers
3k views
Language of language names in the language selector?
Imagine a site that's available in multiple languages. The language is detected automatically by looking at the IP or the browser header. But that's not bulletproof, so a few users might end up on a ...
8
votes
5answers
273 views
Which is easier to use: List of people sorted by FirstName, LastName or LastName, FirstName?
If you have a list of people, is it better to order them by FirstName, LastName or LastName, FirstName?
Telephone books list by last name first:
Outlook lists by first name first:
Is one way ...
2
votes
1answer
87 views
Globalization Patterns for Dates Without Year
In my application, there is a field that represents the end of the accounting year for an entity. This "date" is the same every year, so what we currently present to the user is field with a month ...