| 
					You can train your bot in any language using questions and responses, or other methods such as AIML or scripts.
 See,
 https://www.botlibre.com/forum-post?id=483549
 
 From example non-English scripts see,
 https://www.botlibre.com/script?category=Language
 
 For change a script such as the DateAndTime script to another language you would just need to import it into your bot and edit it to translate the English words into Spanish.
 
 https://www.botlibre.com/script?id=544173
 
 For a simple time response you can use a question and template response,
 
 what is the time
 Template("El tiempo es {Date.time()}")
 
 |