Multi language site on wordpress

dorcicm
9 Posts
dorcicm posted this 13 January 2016

Hi,
I have a problem setting up a multi language site on wordpress and thamler. I do not want to use a plugin for language-switcher because i can not customize it in Themler. I do not understand the explanation how to do it.
Explanation is these:

Setting Up langages in Themler

Can some one help me understand these?
where do I put these code?
Do i have to have multi site wordpress?

thank you

Hi, I have a problem setting up a multi language site on wordpress and thamler. I do not want to use a plugin for language-switcher because i can not customize it in Themler. I do not understand the explanation how to do it. Explanation is these: [Setting Up langages in Themler][1] [1]: https://answers.themler.com/articles/4765/language Can some one help me understand these? where do I put these code? Do i have to have multi site wordpress? thank you
Vote to pay developers attention to this features or issue.
15 Comments
Order By: Standard | Newest
dorcicm
9 Posts
dorcicm posted this 13 January 2016

when i put language modul in thamler and test it on my page i get only # for extension. How to link it on my www.example.com/de ???

when i put language modul in thamler and test it on my page i get only # for extension. How to link it on my www.example.com/de ???
Support Team
Support Team posted this 20 January 2016

Hello,
I'm terribly sorry for delay in response.

In fact in WP there's no need to add any code in WP theme. Just add the Language control to the theme and apply it to CMS.

Let us know if you have other questions.

regards,
Aileen

Hello, I'm terribly sorry for delay in response. In fact in WP there's no need to add any code in WP theme. Just add the Language control to the theme and apply it to CMS. Let us know if you have other questions. regards, Aileen
dorcicm
9 Posts
dorcicm posted this 20 January 2016

Hi,
Thank you for your reply. I thought that I'll get no response.

OK. I have put language from themler to my WP theme but noting happens. I have 3 languages (default I guess) listed in these switcher but noting happens when I press them.

How can I integrate some page to those language? Is there some tutorial to do this?

Thank you.

Hi, Thank you for your reply. I thought that I'll get no response. OK. I have put language from themler to my WP theme but noting happens. I have 3 languages (default I guess) listed in these switcher but noting happens when I press them. How can I integrate some page to those language? Is there some tutorial to do this? Thank you.
dorcicm
9 Posts
dorcicm posted this 23 January 2016

Hi,
sorry but have to say these. Your software is a great idea and it works but the suprot team i terrible. I know that you have a lot of posts to response but then do not sell the product that has a suprot team if you can not answer on time.

regards

Hi, sorry but have to say these. Your software is a great idea and it works but the suprot team i terrible. I know that you have a lot of posts to response but then do not sell the product that has a suprot team if you can not answer on time. regards
Support Team
Support Team posted this 23 January 2016

Hi,

Sorry for the delay.
Themler does not provide own localization feature/plugin. There is no need to do it because there are a lot of great WP plugins for this.
The Language control adds html lang attribute and creates language cookie. This is buil-in WP functionality. That's all:
http://answers.themler.com/articles/4765/language

To create multilanguage site you need localization plugin.

Thank you,
Olivia

Hi, Sorry for the delay. Themler does not provide own localization feature/plugin. There is no need to do it because there are a lot of great WP plugins for this. The Language control adds html lang attribute and creates language cookie. This is buil-in WP functionality. That's all: http://answers.themler.com/articles/4765/language To create multilanguage site you need localization plugin. Thank you, Olivia
conlusetec
8 Posts
conlusetec posted this 02 February 2016

Hi,

I have the same problem. There is not enough information about how to set up a Multilanguage site on themler with WordPress. Can you please explain me step by step the correct process to do that?

How can I set up any other languages on the buttom like Spanish?

Hi, I have the same problem. There is not enough information about how to set up a Multilanguage site on themler with WordPress. Can you please explain me step by step the correct process to do that? How can I set up any other languages on the buttom like Spanish?
Support Team
Support Team posted this 04 February 2016

Hello,
to localize and translate WP site please use one of plugins
https://wordpress.org/plugins/tags/localization
The languages you'd like to see at your site are added under Plugin's settings.

As for Language control added in Themler, the list of languages is hardcoded there. It is done in functions.php file

function theme_get_languages() {
    return array('en_US' => __('English', THEME_NS),
                 'fr_FR' => __('French', THEME_NS),
                 'de_DE' => __('German', THEME_NS)
    );
}

Regards,
Aileen

Hello, to localize and translate WP site please use one of plugins https://wordpress.org/plugins/tags/localization The languages you'd like to see at your site are added under Plugin's settings. As for Language control added in Themler, the list of languages is hardcoded there. It is done in functions.php file function theme_get_languages() { return array('en_US' => __('English', THEME_NS), 'fr_FR' => __('French', THEME_NS), 'de_DE' => __('German', THEME_NS) ); } Regards, Aileen
conlusetec
8 Posts
conlusetec posted this 05 February 2016

Thank you very much!

Thank you very much!
Support Team
Support Team posted this 05 February 2016

You are welcome.
Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
maf_angel
10 Posts
maf_angel posted this 09 November 2016

support dorcism... i also put language modul, and it displays 4 language (instead 2 turned on) and linked to # instead /en/ or /fr/

support dorcism... i also put language modul, and it displays 4 language (instead 2 turned on) and linked to # instead /en/ or /fr/
Support Team
Support Team posted this 11 November 2016

@ maf_angel,
please submit new private topic and provide access to your CMS admin back end.

regards,
Aileen

@ maf_angel, please submit new private topic and provide access to your CMS admin back end. regards, Aileen
DFG
22 Posts
DFG posted this 22 February 2017

Hi!
How to integrate Language control from Themler with WP CMS using plugins really has a lack of support and pure tutorial.

All we have is this article: http://answers.themler.com/articles/4765/language, and knowing that Language control added in Themler, the list of languages is hardcoded in functions.php file.

I do not understand how to success with this data mentioned above, and I am still having issue:

  • Language control displays default menu in menu area. It is not editable in Themler, and I can not edit "lang" attribute in <html> tag (Should I edit/delete this in functions.php? What is the code?)
  • I have set WPML plugin and all languages, with widget language selector enabled. It works!

How to integrate Language control from Themler with WPML plugin settings?

This way I language selector would be customizedIdesigned in Themler.

I believe this was also original concern here: "do not want to use a plugin for language-switcher because i can not customize it in Themler"

Hope to get your answer asap.

Thanks,
DFG

Hi! How to integrate Language control from Themler with WP CMS using plugins really has a lack of support and pure tutorial. All we have is this article: http://answers.themler.com/articles/4765/language, and knowing that Language control added in Themler, the list of languages is hardcoded in functions.php file. I do not understand how to success with this data mentioned above, and I am still having issue: - Language control displays default menu in menu area. It is not editable in Themler, and I can not edit "lang" attribute in &lt;html&gt; tag (Should I edit/delete this in functions.php? What is the code?) - I have set WPML plugin and all languages, with widget language selector enabled. It works! How to integrate Language control from Themler with WPML plugin settings? This way I language selector would be customizedIdesigned in Themler. I believe this was also original concern here: &quot;do not want to use a plugin for language-switcher because i can not customize it in Themler&quot; Hope to get your answer asap. Thanks, DFG
DFG
22 Posts
DFG posted this 22 February 2017

I have recorded a screencast of this issue, where you can see that select language within widget set by WPML plugin works, and it also dynamically change Menu from Themler language control, but when I use menu to select language nothing happens, because there is no URL present to switch language.

Please see screencast: http://screencast-o-matic.com/watch/cbn3rF6bNx

Please how to code and where to enable Themler language selector to work?

Thanks!
dfg

I have recorded a screencast of this issue, where you can see that select language within widget set by WPML plugin works, and it also dynamically change Menu from Themler language control, but when I use menu to select language nothing happens, because there is no URL present to switch language. Please see screencast: http://screencast-o-matic.com/watch/cbn3rF6bNx Please how to code and where to enable Themler language selector to work? Thanks! dfg
Support Team
Support Team posted this 28 February 2017

Hi,

Anwered here:
http://answers.themler.com/questions/12525/language-wordpress

Thank you,
Themler Team

Hi, Anwered here: http://answers.themler.com/questions/12525/language-wordpress Thank you, Themler Team
sktthemes
1 Posts
sktthemes posted this 28 February 2017

thank you very much sharing your answers. I have same multi language related problem.

thank you very much sharing your answers. I have same multi language related problem.
You must log in or register to leave comments