ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

How do I set the control's language #84

Closed chendb closed 7 years ago

chendb commented 7 years ago

In angular 2 ,How do I set the control's language?

allenhwkim commented 7 years ago

A good question.

You need to have momentjs with locals first,

<script src="moment-with-locales.min.js"></script>

Secondly, you need to set locale when app starts. https://plnkr.co/edit/jnR8xnbV7zZioGW66MnN?p=preview

Example, https://plnkr.co/edit/J6hXyB?p=preview