php internationalized dates

    setlocale(LC_ALL, 'de_AT.utf8');

    echo strftime('%B %Y');