Language selection

Add a reply

Posted by will 1488 days ago:
How about defaulting the lauguage drop-down to 'choose by file extension' (and then obviously trying to do auto-detection on the server) and/or using JS to auto select the correct language based on file extension once the uploaded file has been selected.
Posted by carldr 1488 days ago:
How about defaulting the lauguage drop-down to 'choose by file extension' (and then obviously trying to do auto-detection on the server) and/or using JS to auto select the correct language based on file extension once the uploaded file has been selected.

I've been meaning to implement this for a while now, but never quite got round to it. It's on the to-do list!
Posted by anthony 1487 days ago:
How about defaulting the lauguage drop-down to 'choose by file extension' (and then obviously trying to do auto-detection on the server) and/or using JS to auto select the correct language based on file extension once the uploaded file has been selected.

Great idea Will, I like it.
Posted by jix 1480 days ago:
I think the site should store the last language selected and preselect it the next time i submit something...
Posted by will 1480 days ago:
I think the site should store the last language selected and preselect it the next time i submit something...

I thought this originally, but a lot of people seem to submit entries in multiple languages. I think better would be to try and detect the file type from the extension, possibly using javascript on the actual page itself as well as on the server.

Add a reply