API15:JLanguage/getWinCP
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Getter for Windows locale code page
Description:JLanguage/getWinCP
Syntax
getWinCP()
Returns
string windows locale encoding
Defined in
libraries/joomla/language/language.php
Importing
jimport( 'joomla.language.language' );
Source Body
function getWinCP() { return $this->_metadata['wincodepage']; }
[Edit See Also] SeeAlso:JLanguage/getWinCP
Examples
<CodeExamplesForm />
