import Link from "next/link"; import { useRouter } from "next/router"; import { useContext } from "react"; import useTranslation from "next-translate/useTranslation"; const ApplicationList = (props) => { let { t } = useTranslation(); const router = useRouter(); const { locale } = router; return ( <>
{t("dnsCommon:result-list-showing-label", { recordIndex: "1", pagingIndex: "10", totalRecords: "55", })}
{t("dnsCommon:result-list-previous-label")}{" "} 1{" "} 2 {" "} 3 {" "} 4 {" "} 5 {" "} {t("dnsCommon:result-list-next-label")}