Hi there,
I am new to Grocery_crud and I wish to prepare a multilingual site. Unfortunately I could not find a way to internationalize the dropdown menu, the word “select†remain in English. Please refer to the image at
https://drive.google.com/file/d/0B5JeBC70doImUmFCZU4wU2R6a1U/view?usp=sharing
The words in the menú appears to depend on the data-placeholder at lines 2397, 2434,2456,2490,2581 in the file
/https/application/libraries/Grocery_CRUD.php:
(2397) $input = "<select id='field-{$field_info->name}' name='{$field_info->name}' class='chosen-select' data-placeholder='".$select_title."'>";
Any help will be highly appreciated