Signature | Laravel 5 Translation Using the Double Underscore (__) Helper Function
The signature of the __ method is: 1 function __ ( 2 $ key , 3 $ replace = [ ] , 4 $ locale = null 5 ) ; The default value of $locale is null , which will indicate to the translation service the applications default locale should be used.