Example Use | Laravel 5: String Translation Public API
In the following example, we will use the setFallback method to change the current fallback locale to it : 1 <?php 2 // Ask the Service Container for a translator instance. 3 $ translator = app ( ' translator ' ) ; 4 5 // Set the fallback locale...