I'm using the bootstrap select country picker by https://mojoaxel.github.io/bootstrap-select-country/index.html. When I do $(this).val() it's giving me country short codes instead of the full country name.
How can I get the full country name or I have to use a delimited text file like http://www.iso.org/iso/list-en1-semic-3.txt and map the country short codes to the fullnames?