11-16-2020, 07:53 AM
Hi,
I need to use language on Error Handling - show_error() and show_404() but I don't find a way to do that.
For exemple the file "system/core/Security.php" the function csrf_show_error() have the text error directly here.
Is it a simple way to use my language file for this ?
I tried to load view on "application/views/errors/html/error_general.php" to use a specific header and footer view on this error but I can't. Do you know what I need to do that ?
Thanks for your help
I need to use language on Error Handling - show_error() and show_404() but I don't find a way to do that.
For exemple the file "system/core/Security.php" the function csrf_show_error() have the text error directly here.
Is it a simple way to use my language file for this ?
I tried to load view on "application/views/errors/html/error_general.php" to use a specific header and footer view on this error but I can't. Do you know what I need to do that ?
Thanks for your help
