Translate html in magento 2
<h4 data-bind="i18n: 'Shipping Instruction'"></h4>
Translate html in magento 2
<h4 data-bind="i18n: 'Shipping Instruction'"></h4>
magento 2 translate js
require([
'jquery', // jquery Library
'jquery/ui', // Jquery UI Library
'mage/translate' // Magento text translate (Validation message translte as per language)
], function($){
$(window).load(function() {
alert($.mage.__('Enter Your message here'));
});
});
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us