Support ForumLanguage Switcher – Support Forum https://support.ishyoboy.com/forums/topic/language-switcher/feed/ Mon, 06 May 2024 07:37:02 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/language-switcher/#post-1329 <![CDATA[Language Switcher]]> https://support.ishyoboy.com/forums/topic/language-switcher/#post-1329 Tue, 10 Dec 2013 08:34:37 +0000 nateshiyer Now the language switcher is working very well thanks to your support, I have a small request. When the website wct-inc.com/www is in english the header bar show Language and the languages are in English.

When we move to Spanish it shows idioma and the languages are changed to Spanish.

Is there a way I can have one default Language: English appear when they change the language? Also instead of the languages changing English to Inglés I would prefer it to show English

]]>
https://support.ishyoboy.com/forums/topic/language-switcher/#post-1332 <![CDATA[Reply To: Language Switcher]]> https://support.ishyoboy.com/forums/topic/language-switcher/#post-1332 Tue, 10 Dec 2013 09:03:36 +0000 IshYoBoy Hi,

Well this cannot be achieved without code modifications. You can re-define the functions we will be talking about in a child-theme to be sure the changes are update safe. Please locate the file:

wp-content/themes/minicorp/functions.php

And on lines 1798 and 1818 you will find the declaration of the functions “ishyoboy_language_selector” and “ishyoboy_add_language_selector”.

Copy theme to your child-theme’s functions.php and change them to your needs.

E.g.: Instead of:

'<a href="#">' . __( 'Language', 'ishyoboy' ) . '</a>';

Use:

'<a href="#">Language</a>';

Also instead of:

$return .= $l['translated_name'];

Try:

$return .= $l['native_name'];

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/language-switcher/#post-1335 <![CDATA[Reply To: Language Switcher]]> https://support.ishyoboy.com/forums/topic/language-switcher/#post-1335 Tue, 10 Dec 2013 09:38:32 +0000 nateshiyer Amazing that worked like a wonder and many thanks for such a prompt reply

]]>
https://support.ishyoboy.com/forums/topic/language-switcher/#post-1336 <![CDATA[Reply To: Language Switcher]]> https://support.ishyoboy.com/forums/topic/language-switcher/#post-1336 Tue, 10 Dec 2013 10:06:34 +0000 IshYoBoy Hey,

More than happy to hear that ;) We’re trying to reply as quickly as possible as long as we’re here ;) We know what it’s like to be waiting for someone’s help for hours/days.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>