Created
March 16, 2020 09:54
-
-
Save ashour/c2ffcc684084e4f8d6b480764c05a163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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