Function __dc
Allows you to override the current domain for a single message lookup. It also allows you to specify a category.
The category argument allows a specific category of the locale settings to be used for fetching a message. Valid categories are: LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES and LC_ALL.
Note that the category must be specified with a class constant of I18n, instead of the constant name. The values are:
- LC_ALL I18n::LC_ALL
 - LC_COLLATE I18n::LC_COLLATE
 - LC_CTYPE I18n::LC_CTYPE
 - LC_MONETARY I18n::LC_MONETARY
 - LC_NUMERIC I18n::LC_NUMERIC
 - LC_TIME I18n::LC_TIME
 - LC_MESSAGES I18n::LC_MESSAGES
 
 Package: Cake
Link: https://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#__dc
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Cake/basics.php
 
 Link: https://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#__dc
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Cake/basics.php
__dc( string $domain string $msg integer $category mixed $args null )
Parameters summary
string |  $domain |  Domain | 
string |  $msg |  Message to translate | 
integer |  $category |  Category | 
mixed |  $args = null |  Array with arguments or multiple arguments in function, otherwise null. | 
Returns
-  
stringtranslated string 
    © 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
    https://api.cakephp.org/2.10/function-__dc.html