I don't know how to change that with Laravel Localization, in my preferred language, it seems complicated.
I'm a student and in my project I have to send an email that's in my own language 'Persian', but I don't know how to use Localization here.
@lang( "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n". 'into your web browser:', [ 'actionText' => $actionText, ] )
I don't know what to do in my .json language file. Thanks for the help.