Hey everyone!
I'm using WPML plugin on 3.3version WP. I manage to translate almost everything. Only one thing that is making me a problem is that i don't know how to translate text that is changing directly from dashboard. I don't know how to change php code for that part so i could transform him into .po file and string so i could translate him.
For example the code from theme that i am using is:
<div class="white_box>
<h2><?php echo get_settings('uws_first_tab_title'); ?></h2> - (code for title)
<div class="padding"><?php echo get_settings('uws_first_tab_text'); ?></div> - (code for content of that div)
</div>
Is there anyone that know how to change php code so i could change the content of "uws_first_tab_text" not the name "uws_first_tab_text".
I hope that my explanation is good.
Thanks a lot!