I created a submit button with <input type="submit"> and that button appears in my language (Portuguese). Does it appear "submit" if the person who enters the website has a browser in English? Or it will appear the same for everybody and I should put the value="Submit"?
<input type="submit" id="send" aria-label="Submit">
