Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ashour/c2ffcc684084e4f8d6b480764c05a163 to your computer and use it in GitHub Desktop.

Select an option

Save ashour/c2ffcc684084e4f8d6b480764c05a163 to your computer and use it in GitHub Desktop.
import store from "../redux/store";
export default function getCurrentLocale() {
const state = store.getState();
return state.i18n.locale;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment