diff --git a/src/inputs/date/date.js b/src/inputs/date/date.js
index bf434d4..06308ce 100644
--- a/src/inputs/date/date.js
+++ b/src/inputs/date/date.js
@@ -1,7 +1,8 @@
 /**
 Bootstrap-datepicker.  
-Description and examples: http://vitalets.github.com/bootstrap-datepicker.  
-For localization you can include js file from here: https://github.com/eternicode/bootstrap-datepicker/tree/master/js/locales
+Description and examples: https://github.com/eternicode/bootstrap-datepicker.  
+For **i18n** you should include js file from here: https://github.com/eternicode/bootstrap-datepicker/tree/master/js/locales
+and set `language` option.
 
 @class date
 @extends abstractinput
diff --git a/src/inputs/dateui/dateui.js b/src/inputs/dateui/dateui.js
index f00f0d8..49e7b34 100644
--- a/src/inputs/dateui/dateui.js
+++ b/src/inputs/dateui/dateui.js
@@ -2,6 +2,7 @@
 jQuery UI Datepicker.  
 Description and examples: http://jqueryui.com/datepicker.   
 This input is also accessible as **date** type. Do not use it together with __bootstrap-datepicker__ as both apply <code>$().datepicker()</code> method.
+For **i18n** you should include js file from here: https://github.com/jquery/jquery-ui/tree/master/ui/i18n.
 
 @class dateui
 @extends abstractinput