August 14, 2012 at 12:03 /
Yes i think that with the default wordpress querie this would work.
I just hope the site wouldn’t be much slower.
The resource setting wouldn’t have to be made for each resource because all the translations are in the same resource.
Example: Resource ID 50, edit content (the text) and add that line of code:
(open php tag) if(ICL_LANGUAGE_CODE==’pt-pt’){ (close php tag)
Portuguese content (open php tag) } (close tag)
etc. for other languages.
This way only the text content of the resource would be translated, instead of the resource being duplicated.