Skip to content

Instantly share code, notes, and snippets.

@csorlandi
Created September 11, 2018 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csorlandi/1464451a12abbd01426ddf156995de54 to your computer and use it in GitHub Desktop.
Save csorlandi/1464451a12abbd01426ddf156995de54 to your computer and use it in GitHub Desktop.
onPress={() => {
if (this.state.language === "en") {
I18n.locale = "pt";
} else {
I18n.locale = "en";
}
this.setState({ language: getCurrentLocale() });
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment