Tab, Shift-TabEnter, Spacearia-currentintl property:aria-labelintl strings so navigation labels match the page language.intl strings on localized pages.<html lang="de_DE">
...
<p-pagination total-items-count="120" items-per-page="10" active-page="1"></p-pagination>
</html><html lang="de_DE">
...
<p-pagination total-items-count="120" items-per-page="10" active-page="1" intl="{'root': 'Seitennavigation', 'prev': 'Vorherige Seite', 'next': 'Nächste Seite', 'page': 'Seite'}"></p-pagination>
</html>