Description
Return the selected locale
Usage
$string = bw_getlocale( $category );Parameters
- $category
- ( string ) optional default: LC_ALL –
Returns
string the localeSource
File name: oik-bwtrace/includes/bwtrace.phpLines:
1 to 3 of 3
function bw_getlocale( $category=LC_ALL ) { return setlocale( $category, NULL); }View on GitHub View on Trac
