Skip to content

Instantly share code, notes, and snippets.

@iguana007
Created July 28, 2011 07:30
Show Gist options
  • Save iguana007/1111155 to your computer and use it in GitHub Desktop.
Save iguana007/1111155 to your computer and use it in GitHub Desktop.
Gmaps API - Localization
<script type="text/javascript" src="http://www.google.com/jsapi?key={!$googleKey}"></script>
<script type="text/javascript" charset="utf-8">
google.load("jquery", "1.6.1");
google.load("jqueryui", "1.8.13");
google.load("maps", "3.x", { other_params:"sensor=false&language=ja" });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment