useNavigatorLanguage
Aboutβ
Navigator Language hook for React.
Installationβ
npm install --save rooks
Importing the hookβ
import { useNavigatorLanguage } from "rooks";
Usageβ
function Demo() {
const language = useNavigatorLanguage();
return <p>Language is {language}</p>;
}
render(<Demo />);
Return valueβ
A language (String) is returned.
Codesandbox Exampleβ
Basic Usageβ
Join Bhargav's discord serverβ
You can click on the floating discord icon at the bottom right of the screen and talk to us in our server.