Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 26, 2019 15:19
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 bodrovis/0ae8fe510d3c2a24d54a150ddc58e697 to your computer and use it in GitHub Desktop.
Save bodrovis/0ae8fe510d3c2a24d54a150ddc58e697 to your computer and use it in GitHub Desktop.
var welcome_message = globalize.messageFormatter('welcome');
$('#welcome').text( welcome_message({name: 'John'}) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment