'KG', 'length' => 'M', 'area' => 'M2', 'volume' => 'M3', // Geo 'state_name' => t('State'), 'use_state_names' => TRUE, 'zip' => TRUE, // Price format 'payment_symbol' => ' kr', // I put a space before currency on purpose, since it must be padded with a space in the end, like "29.95 kr" 'payment_symbol_position' => 2, // Right 'payment_thousands' => ' ', 'payment_decimal' => '.', 'payment_decimal_places' => 2, ); }