Hi all,
the underlined Reset button that appears in option windows defined here in grid by this :
<div>
<div> header:</div>
<div> {</div>
<div> visible: true,</div>
<div> buttons: [‘columns’]</div>
<div> },</div>
<div></div>
</div>
<div>won’t be translate when use Messages options</div>
<div>
<div>
<div> let aGrid = document.querySelector(‘#’+aGridName);</div>
<div> aGrid.messages = theMessages; // js global var with en and fr language</div>
<div> aGrid.locale = ‘fr’;</div>
</div>
</div>