Results 2 comments of Alexey

1. Install angular-i18n: `bower install angular-i18n` 2. Add into options your localeID. For example: ``` ... $scope.dpOptions = { showWeeks: false, language: 'ru_RU' }; ``` 3. Enjoy.

https://github.com/dyanikoglu/ALS-Community/discussions/384