To use the WP Country plugin in your theme or plugin add global $wp_country; into your theme or plugin PHP file,
then:
$wp_country->countries_list() is an array of country names
$wp_country->dropdown() prints or returns countries as dropdown HTML tag.
$wp_country->name($alpha2) returns the name of a country by it’s 2-character code.
Russian translation is available now.