 Andreia
|
Hello, my template options allow me to create an icon menu with link to certain page.
The thing is i can't duplicate this menu and i have to redirect user to the page on which language he is at.
Please see this image https://dl.dropbox.com/u/2391224/wpml.png to understand. Can you help me to link this item to two differente languages (PT and EN). Thanks you again. You've been very helpfull.
|
 Harshad
|
Dear Andreia
The strings that are part of the options that the plugins or themes save in the wp_options table.
When themes and plugins use get_option, they read values from the wp_options table. WPML can filter these calls and provide translation to the values of these options.
For this you can create a language configuration file, which tells WPML which Admin texts you want to translate.
http://wpml.org/documentation/support/language-configuration-files/
|
 Andreia
|
This is not a string that i want to translate. I justo want the same icon to go to different languages when clicked. If i'm in the portuguese version and access that icon i'll go to the portuguese page – the same when i'm on the english version. The thing is i only have one place to write my link > https://dl.dropbox.com/u/2391224/wpml.png
|
 Harshad
|
Dear Andreia,
Yes, but these options are stored in wp_options table?
For this you can create a language configuration file, which tells WPML which Admin texts you want to translate.
|