Retrieve current and localized month

global $wp_locale;
echo $wp_locale->get_month( date( 'm' ) );