Hi There,
in my theme the productID is simply translated with “Produkt”. I want to change it to “Artikelnummer”. How can I change that?
I tried:
function translate_reply($translated) {
$translated = str_ireplace(‘productID’, ‘Artikelnummer’, $translated);
return $translated;
}
But it doesn’t work.
Thx for your help.
Sven
