Skip to content

Commit

Permalink
Merge pull request uxsolutions#326 from tyskin/patch-1
Browse files Browse the repository at this point in the history
Add an i18n example
  • Loading branch information
eternicode committed Feb 16, 2013
2 parents 45ed6a6 + a9653f4 commit 8c3fe70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -421,3 +421,9 @@ If your browser (or those of your users) is displaying characters wrong, chances
```html
<script type="text/javascript" src="bootstrap-datepicker.XX.js" charset="UTF-8"></script>
```

```javascript
$('#datepicker').datepicker({
language: XX //as you defined in bootstrap-datepicker.XX.js
});
```

0 comments on commit 8c3fe70

Please sign in to comment.