- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Locale Charset
Template Tag: Locale Charset
This template tag returns or displays the charset of the current locale.
Example
locale_charset( $disp = true );
Parameters
- Name: disp
- Default: true
- Usage: If ‘disp’ parameter is true then the charset will be displayed. If ‘disp’ parameter is false then function will only return charset
Return value
This function returns the charset, if ‘disp’ parameter is false.
If ‘disp’ parameter is true then this function displays content.