• Hello,
    I am using woocommerce with multiple languages on my website.
    I set two languages but only on sign-in page, it is showing default language which is not supposed to.
    How should I change it to the proper language?
    the page showing like below on both languages.

    Hello admin (not admin? Sign out)
    From your account dashboard you can view your recent orders, 
    manage your shipping and billing addresses and edit your password and account details.

    Thank you,

    • This topic was modified 7 years, 4 months ago by samidare.
    • This topic was modified 7 years, 4 months ago by bdbrown.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Since the language switching is powered by a 3rd party plugin and isn’t part of the core WooCommerce plugin, I’d recommend reaching out to the developers of that plugin for more support on this – it’s not something that WooCommerce has any direct control over.

    Thread Starter samidare

    (@micoshiva)

    <p>
    	<?php
    		echo sprintf( esc_attr__( 'From your account dashboard you can view your %1$srecent orders%2$s, manage your %3$sshipping and billing addresses%2$s and %4$sedit your password and account details%2$s.', 'woocommerce' ), '<a href="' . esc_url( wc_get_endpoint_url( 'orders' ) ) . '">', '</a>', '<a href="' . esc_url( wc_get_endpoint_url( 'edit-address' ) ) . '">', '<a href="' . esc_url( wc_get_endpoint_url( 'edit-account' ) ) . '">' );
    	?>
    </p>

    I would like to ask about general php, I found where the code is.
    I don’t have any knowledge of php, so for this issue i need some help.
    If I want to show a different languages using this codes,
    How could I write(add) the second language in it?
    Thanks.

    • This reply was modified 7 years, 3 months ago by samidare.
    Thread Starter samidare

    (@micoshiva)

    I’m still looking for the answer for this,
    I would appreciate it if someone can help me.
    Thank you

    • This reply was modified 7 years, 3 months ago by samidare.

    The core WooCommerce plugin doesn’t have code that supports multiple languages at the same time. Your code will need to interact with your multiple languages plugin. You’ll need to approach the support service for that plugin. What plugin is it?

    Thread Starter samidare

    (@micoshiva)

    Thanks for respond.
    Im using Multisite Language Switcher for translating my site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘second language of sign-in page is showing default language’ is closed to new replies.