import { useContext } from "react"; import { LanguageContext } from "../Locales/Context"; import { GetLocalizedString } from "../Locales/Locales"; const defaultPathName = 'index'; function Topbar() { var language = useContext(LanguageContext); let path = getTopbarElement(window.location.pathname); return (