Change email, name and logged in to different languange
-
Hi, thank you for this great plugin. All works fine except for one thing. I need to change the language of the fields. I managed to change just about all the fields I need to except the following:
Name:
Email:
Loggged in as:I used the following for logged in as:
array( 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Ingeteken as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Wil jy uitteken?</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>' );
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
It worked except it doesn’t show the user’s name. It shows the following:
Ingeteken as . Wil jy uitteken?Any help would be much appreciated.
Thanks
Tash
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change email, name and logged in to different languange’ is closed to new replies.