tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

Language choice page is all in French #7

Closed shervinemami closed 8 years ago

shervinemami commented 8 years ago

I noticed that on the first screen, it asks which language you want, but even though it defaults to selecting English for me, the choice of input type (default vs file vs USB) was in French, and so were the OK / Cancel buttons. Ideally those things change with the language selection, or atleast we should write both English & French on them so it is OK for most people.

valera-rozuvan commented 8 years ago

@shervinemami , @juliena82 I propose to use English as the language for first screen (the one that asks you to choose a language).

Another option will be to get the current language from the System's locale. If the system locale is set to a language that we don't support, then we will use English.

juliena82 commented 8 years ago

@shervinemami bug fixed, indeed the default selected language was English, but the initial dialog was in french anyway...