I have changed some parts to make it work compatible.

Open catalog/create_account.php

Find:

$zones_array[] = array('id' => 0, 'text' => 'Please select...');

And Replace With:

$zones_array[] = array('id' => 0, 'text' => PULL_DOWN_DEFAULT);

More...