Retrieve Country full name from Country Id Using Magento 2 by Country Class of Directory Module.
You need to instantiate CountryFactory in your class __construct() method to get the country full name.
The class responsible to get name is Magento\Directory\Model\Country. Continue reading “Get Country name by Country id Magento 2.”