Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Last active May 1, 2017 21:57
Show Gist options
  • Save rruhlen/f67fa85b9adcbd25a53ed7060e86a14e to your computer and use it in GitHub Desktop.
Save rruhlen/f67fa85b9adcbd25a53ed7060e86a14e to your computer and use it in GitHub Desktop.
change text in language drop-down for a specific language
$(function() {
$("#a-content-select option[value='pt']").text('Português Angola');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment