Hi All!
I am using Wordpress in English but I need my forms to be in Spanish. SInce I do not want to change the Wordpress language I am trying to use filters to change the sublabels as a way to change the language.
However it does not work for me. Probably I am doing something wrong.
I need to change the price and quantity labels and I would very much apreciate some help how to do it in Headway for ALL my forms.
I have put the code in the custom_functions.php provided by Headway theme but the changes are not taking effect.
I am using the follwoing code:
add_filter("gform_product_price", "set_price_label", 10, 2);
"set_price_label" is where I can change to spanish right?
As you see I am sort of new to this and would very much apreciate a step-by-step instruction..;-)
Thanks for help in advance!
Best regards,
Sammet