How to access i18n strings in ReactJS Component
Hi Team,
We have Non SPA app with multilingual support, now we are in the process of component built using ReactJS.
In HTML file, I am able to use i18n string by using ${'h_search' @ i18n}.
How can I access the same i18n strings in ReactJS Component?
Please advice.
Thanks,