How are you planning to control which language is displayed? I would
suggest possibly a member data field which allows them to select their
preference. Or you could use a dynamic dropdown menu showing whatever
languages are available.
Then for each you could have subpages like main.topic1.en,
main.topic1.es, main.topic1.fr, etc.
On main.topic1 you simply put a conditional (or a custom function)
which includes the appropriate content. You could also tweak the
action list so it edits the subpage displayed rather than the main
page. Lot's of ways to do it, I'm just thinking out loud.
Cheers,
Dan
> --
> You received this message because you are subscribed to the Google Groups "BoltWire" group.
> To post to this group, send email to bolt...@googlegroups.com.
> To unsubscribe from this group, send email to boltwire+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
>
BoltWire has powerful search & reporting capabilities so you could
certainly generate a list of all your pages and which languages exist
or not. But again, you will have to set that up yourself. It's not
hard, you just have to learn the BoltWire syntax.
Cheers,
Dan