Hur ändrar jag detta till svenska?
// Locale
$_['code'] = 'en';
$_['charset'] = 'utf-8';
$_['direction'] = 'ltr';
$_['locale'] = 'en_US.UTF-8,en_US,english';
$_['date_format_short'] = 'j F Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';
TroxyMedlem sedan mars 20041 505 inlägg Det borde väl bli något sånt här:
// Locale
$_['code'] = 'sv';
$_['charset'] = 'utf-8';
$_['direction'] = 'ltr';
$_['locale'] = 'sv_SE.UTF-8,sv_SE,swedish';
$_['date_format_short'] = 'j F Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['decimal_point'] = ',';
$_['thousand_point'] = ' ';
Datumformaten kan du ändra så det passar själv.
Jag gissar att formatet används för date()-funktionen:
http://se.php.net/manual/en/function.date.php