Title: Adding new LOGO strings to Polylang
Last modified: September 23, 2019

---

# Adding new LOGO strings to Polylang

 *  [Astrix](https://wordpress.org/support/users/astrix/)
 * (@astrix)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/adding-new-logo-strings-to-polylang/)
 * Hello OceanWP team,
 * I’m trying to add custom strings in polylang so different logos will be loading
   for each different language. But I don’t find any way to add this support…
 * This would be a cool feature added to OceanWP for multilanguage sites using a
   different logo for each country.
 * What I tried :
 * – Creating a wpml-config.xml file in a new polylang folder in wp-content (recommanded
   by Polylang)
    Pasting this code :
 *     ```
       <wpml-config>
         <admin-texts>
           <key name='theme_mods_oceanwp'>
             <key name='the_custom_logo' />
           </key>
         </admin-texts>
       </wpml-config>
       ```
   
 * Then, registering the string in functions.php in oceanwp folder like this :
 * `pll_register_string('oceanwp_the_custom_logo', 'https://www.domain.com/wp-content/
   uploads/2019/09/logo.png');`
 * The string is created in Polylang but the logo remains the same.
    I tried with
   those entries (found in logo.php) : ocean_full_screen_header_logo ocean_responsive_logo
   logo
 * None worked ! Any idea to add this new feature ?

Viewing 1 replies (of 1 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/adding-new-logo-strings-to-polylang/#post-11962661)
 * Hello,
 * Try to follow this thread and see it helps you or not – [https://wordpress.org/support/topic/logo-change-on-language/](https://wordpress.org/support/topic/logo-change-on-language/)

Viewing 1 replies (of 1 total)

The topic ‘Adding new LOGO strings to Polylang’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/adding-new-logo-strings-to-polylang/#post-11962661)
 * Status: not resolved