Hi,
I want to be able to translate different Titles on the woocommerce pages like in “single-product-content.php”, the title “Product Information” should not be hardcoded becuase I am not able to translate it. How could I change this to a title variable instead to be able then to translate in French?
<h4 class=”title”><?php esc_html_e(‘Product Information’, ‘xstore’); ?></h4>
Thank you