Ninja
The two letter country codes are not being used from the language file.
Currently it is like this:
<option value="COM_COMMUNITY_LANG_NAME_AFGHANISTAN">Afghanistan</option>
<option value="COM_COMMUNITY_LANG_NAME_ALANDISLANDS">Åland Islands</option>
<option value="COM_COMMUNITY_LANG_NAME_ALBANIA">Albania</option>
I want it to be like this:
<option value="COM_COMMUNITY_LANG_CODE_AF">Afghanistan</option>
<option value="COM_COMMUNITY_LANG_CODE_AX">Åland Islands</option>
<option value="COM_COMMUNITY_LANG_CODE_AL">Albania</option>