Just as any regular string, you can use
<?php esc_attr_e( 'Your Search term here', 'your_theme_slug' ); ?>
So your code for the <input>
would look like
<input type="search" class="search-field" placeholder="<?php
esc_attr_e( 'Your Search term here', 'your_theme_slug' );
?>" value="<?php
echo esc_attr( $search );
?>" name="s">
WPML, as well as WordPress, uses the PHP get_text()
function. You can translate this either with the additional String Translation Plugin, or you create a mo/po file for your theme.
Related Posts:
- WPML language tags (Qtranslate feature) [closed]
- WordPress Translation to french, at -> à not working
- HTML inside __() or _e() language translation string
- Change language by clicking a button
- Best WordPress Multi-language Plugin? [closed]
- Setting WPLANG from a plugin
- WPML: getting page title in different language
- Titles in my sidebar widget appear in all languages – with qtranslate
- What is better for wordpress performace?
- Checking current language in a function
- Translations does not work with .pot file
- Insights into WordPress Multi-Site, Domain Mapped, and Multilanguage site using WPML [closed]
- Why isn’t WMPL correctly redirecting users based on browser language? [closed]
- WordPress For Urdu Language
- WordPress multilingual site using page-id.php files
- Getting translated string through a variable
- ‘Trick’ a plugin (WP-Members) to think the blog language has changed for a single page
- How to translate WordPress Emails?
- Country switcher, then option to choose language for that country [closed]
- Specific content by country in multiple languages
- WPML customizing language selector [closed]
- Translating my custom theme, always translated version?
- Website in multiple Language
- Transposh Japanese language transaltion not showing up
- WP-e-commerce (getshopped) Hebrew language files – where can I get them? [closed]
- Structure of multilingual and multiregional directory listing website for translation
- Is there a way to ensure browser automatically translates page content to another language (via Google Translate)?
- Theme isn’t multilanguage ready. How can i still add a second language to the site?
- Setting WPLANG from a plugin
- Translation not working in sprinf variable
- How to translate the blog date in the Avada theme [closed]
- Open Source replacement for WPML? [closed]
- Best WordPress Localization Plugin? [closed]
- How to get a translated string from a language other than the current one?
- qTranslate get content by language [closed]
- Localization: I want the backend: english and frontend in defined language
- How to determine current active language in qtranslate plugin? [closed]
- Gettext details
- Force Plugin to English Translation
- Having two different versions of the same post?
- Set language per post
- WordPress | Sub-domain switching
- What is the purpose of adding a .po file?
- Does changing ‘WPLANG’ in wp-config.php just effect the admin language or does it have other consequences?
- WPML Get url without outputting
- Is there a way to localize role labels?
- How to add just one page in Arabic
- One of the messages in .po file doesn’t show up
- Multi-language module in WordPress or Google sites
- Put an extra check box on “Page Attributes” widget
- Trigger language change in WordPress
- How to change language file used by _e function
- How to find a language direction?
- How WordPress knows where to find locale files?
- How to change the language of the ‘Reset Password’ page
- WPML Translated Term
- Theme localization in WPML – .mo file error [closed]
- Were the language toggles removed from WP recently?
- How to add LTR to a custom theme which in RTL by default
- conditional (theme) language selection at ‘runtime’
- A simple method for disabling WPML language switcher when meeting specific circumstances [closed]
- How to force change Network site multi language subdirectory base URL?
- How to save post with different languages and linked them with WPML?
- How to make a wordpress site multilingual by uploading a translated CSV file that has the traslations?
- can’t change a few lines of text to another language
- WordPress Multilinigual
- how to remove language selection option from wordpress?
- Get the ID of the default language equivalent page in Polylang [closed]
- Multilingual website without third-party plugin
- I display messages using code snippets but how can I use the right language?
- How to set a dual language site in wordpress?
- English version of my site show french strings [closed]
- How to translate wordpress backend to another language
- Translate arguments of a user added custom code [closed]
- Borrowing of Previously Translated Strings by Child Plugin
- WPML icl_register_string() throws fatal error but works [closed]
- WordPress Relative Path
- WordPress page with non-English text
- Redirection plugin and Chinese URLs
- How to automatically translate plugin using translate.wordpress.org
- For multiple languages, two wordpress instances on subdomains or a plugin?
- Translate string inside twig template
- How to enqueue 2 rtl css
- where to add this filter? in which file should be added?
- how to change fonrs for Indian reqgional language?
- Language setting for Specific WordPress Page
- Multilanguage backend interface
- how to remember specific action/event for current user?
- Polylang plugin translation problems
- Multi Language and Multi Theme WordPress
- Japanese characters not showing properly
- How to load rtl.css file without changing lanuage to persian in wordpress?
- WPML admin texts with serialized objects
- Reuse links in a post across different languages
- Multilingual website suggestions
- multi-language WordPress site
- ACF + WPML: How to translate date fields?
- WPML – how to translate user profile fields with icl_t()? [closed]
- Fatal Error WordPress Custom Post Type UI + WPML
- How to find posts that are missing translation? (wpml)