You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this react context to access language information about the page
267
267
268
-
```
268
+
```javascript
269
269
constcontext=React.useContext(I18nextContext);
270
270
```
271
271
@@ -302,7 +302,7 @@ const {t} = useI18next();
302
302
303
303
You can use `language` variable in gatsby page queries to fetch additional data for each language. For example if you're using [gatsby-transformer-json](https://www.gatsbyjs.org/packages/gatsby-transformer-json/) your query might look like:
0 commit comments