4
votes
3answers
242 views

What is a proper verb tense to use for a Web App?

I’m creating a web app for services like CRM, Helpdesk, etc, and I’m wondering what might be the best verb tense to use to address users… Why? There will be a lot of tooltips, help guides, ...
10
votes
5answers
835 views

Should i use country flags in language selection fields?

My users can create content in different languages, and i need to provide an option to choose the language when they enter new content. Right now there are only 5 languages (en, fr, de, pt, es), and ...
8
votes
3answers
448 views

input type file workaround for usability reason

The HTML input of type file consists of a text filed and a button that says "Browse". Because our users are not English speakers, we would like to change the wording on the button to be in Hebrew. But ...