public function TranslatorBagInterface::getCatalogue in Plug 7
Gets the catalogue by locale.
Parameters
string|null $locale The locale or null to use the default:
Return value
Throws
\InvalidArgumentException If the locale contains invalid characters
3 methods override TranslatorBagInterface::getCatalogue()
- DataCollectorTranslator::getCatalogue in lib/Symfony/ translation/ DataCollectorTranslator.php 
- Gets the catalogue by locale.
- LoggingTranslator::getCatalogue in lib/Symfony/ translation/ LoggingTranslator.php 
- Gets the catalogue by locale.
- Translator::getCatalogue in lib/Symfony/ translation/ Translator.php 
- Gets the catalogue by locale.
File
- lib/Symfony/ translation/ TranslatorBagInterface.php, line 30 
Class
- TranslatorBagInterface
- TranslatorBagInterface.
Namespace
Symfony\Component\TranslationCode
public function getCatalogue($locale = null);