I've seen this term fallback being used multiple times. Even in the framework that I use every day, Laravel 5, this word appears in a certain configuration:
Example:
/*
|--------------------------------------------------------------------------
| Application Locale Configuration
|--------------------------------------------------------------------------
|
| The application locale determines the default locale that will be used
| by the translation service provider. You are free to set this value
| to any of the locales which will be supported by the application.
|
*/
'locale' => 'pt_br',
/*
|--------------------------------------------------------------------------
| Application Fallback Locale
|--------------------------------------------------------------------------
|
| The fallback locale determines the locale to use when the current one
| is not available. You may change the value to correspond to any of
| the language folders that are provided through your application.
|
*/
'fallback_locale' => 'en',
From what I could understand in the example above, this fallback word is more or less in the sense of: "use this location if the other is not available." / p>
This is what I could understand by simply analyzing, but I researched the Internet well and came to the conclusion that the term might be more comprehensive.
So, I'd like to know:
-
What is the term