• Hi,

    how can I make the plugin multilingual?
    This old example does not work.

    if (function_exists('wp_pagebar')) { 
    	 	wp_pagebar(array('before'=>'SEITEN', 'tooltip_text'=>'Seite', 'next'=>'>', 'prev'=>'<')); 

    For example, how do I translate the word “page”, “previous” or the tooltip-text which is entered in the backend mask?

    Thanks

  • The topic ‘Multilingual Text’ is closed to new replies.