Quantcast
Channel: Using laravel blade localization inside react - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Using laravel blade localization inside react

$
0
0

I'm using Laravel localization. - https://laravel.com/docs/5.6/localizationI also use react component in the blade view.Now i wish to use localization in my react component like this

return(<button className="btn">      {{ __('messages.welcome') }}</button>)

enter image description here

How can I make the react component call the translation?


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles



Latest Images