Function __xc

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: http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#__c
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Located at Cake/basics.php
__xc( string $context string $msg integer $category mixed $args null )

Parameters summary

string $context Context of the text
string $msg String to translate
integer $category Category
mixed $args = null Array with arguments or multiple arguments in function, otherwise null.

Returns

  • string translated string

© 2005–2016 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.9/function-__xc.html