Hi, I'm using Dashboard and want to change the DateRangePicker's language to spanish, but it says that te language file is not found.
The message error is:
Message: Could not load [es] language file. Line: 578 File: C:\xampp\htdocs\koolreport\core\src\core\Widget.php
The source code is:
*<?php
namespace koolreport\dashboard\inputs;
class DateRangePicker extends Input {
protected function afterCreated()
{
parent::afterCreated();
$this->props([
"format"=>null,
"ranges"=>null,
"language"=>"es",
"options"=>null,
"minDate"=>null,
"maxDate"=>null,
"icon"=>"fa fa-calendar-alt",
"caret"=>"fa fa-caret-down",
]);
}
Could you help me please?
Regards, Emmanuel Sanchez