Last active
March 30, 2021 02:59
-
-
Save sakiwei/6123e91ddde3e536c787cd0c549f9059 to your computer and use it in GitHub Desktop.
Language - string
This file contains 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
const localizationContext = useLocalizationContext() | |
const t = localizationContext.t | |
t('Language', {}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment