Home › Forums › Support › Activate or implement Filters for Search translation This topic has 4 replies, 2 voices, and was last updated 9 years, 1 month ago by Nick. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts October 15, 2014 at 8:42 am #39307 Nick Hey Guys, hi Tom, i’m quite sure that’s a newbie-question ๐ … but how could i implement the filters? I mean this set: http://www.generatepress.com/knowledgebase/filter-list/ I’d like to change the “Search for” (“Suche nach”) and “Search” (“Suchen”) button into my language (german). Greetings, Nick October 15, 2014 at 10:07 am #39354 TomLead Developer Lead Developer Hi Nick, Those words should already be translated into German if you have that set as your language. Are they not translating for you? October 15, 2014 at 2:26 pm #39394 Nick Hey Tom, nope, sorry, that won’t work for my site. My wordpress language is german. Is there any clue in generatepress to modify the language? Greetings, Nick October 15, 2014 at 3:07 pm #39401 TomLead Developer Lead Developer Your WordPress is in German and the Search text isn’t translating? Something weird happening there. Anyways, using filters works like this: First, create a new plugin using Pluginception: https://wordpress.org/plugins/pluginception/ In that file, add this: add_filter('generate_search_placeholder','generate_custom_search_placeholder'); function generate_custom_search_placeholder() { return 'Suche..'; } That should do it. October 17, 2014 at 9:19 am #39769 Nick Nice, thanks for the code. You could close the thread! ๐ Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In