How to change text on get_search_form()
Looking at your code block it appears you’re trying to translate the text in the button and the placeholder. You’re going about it all wrong: WordPress already allows for strings like that to be translated into any language. The easiest way is to visit Settings > General and pick the language you want to use … Read more