Playing with the app, I noticed the language selection drop-down list could be improved.
Right now, the font is quite small, much smaller than the rest of the app. It would be helpful to increase the size some.
Only the 3-letter language codes are shown. Not all users will know these, so it might be helpful to show the language names too. That's already provided by getLangs():
Playing with the app, I noticed the language selection drop-down list could be improved.
Right now, the font is quite small, much smaller than the rest of the app. It would be helpful to increase the size some.
Only the 3-letter language codes are shown. Not all users will know these, so it might be helpful to show the language names too. That's already provided by
getLangs()
:If the selection comes back as that whole string and you need to get the language code back out, you can just use
split()
: