Level 37
set the html language in your base layout, like so
<html lang="en">
This should change it to English, all the languages codes can be found here
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
how to change this language input its not english https://postimg.cc/1VXR1WXy
<input style="height:40px;width:100%;font-size: 20px;" type="number"
value="{{ $details['quantity'] }}"
class="form-control quantity update-cart"/>
set the html language in your base layout, like so
<html lang="en">
This should change it to English, all the languages codes can be found here
Please or to participate in this conversation.