Jump to content

alicemccarthy

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by alicemccarthy

  1. Hi guys, Yes, I've had a look at that section of the API although, admittedly, I haven't gone through it thoroughly. Can you elaborate a bit more on this? Thanks!
  2. Hi PW community, My name is Alice and this is my first ever post! I'm currently in the developing stage of my online portfolio site and wish to get some advice on how to approach adding multilingual functionality to my site. At the moment, my tree structure is as follows: / ├── About Us ├── Portfolio ├── Pricing ├── Contact Us └── Blog My idea is to have my site in both English and Spanish. With the exception of the blog section, every page will be translated into Spanish. As for the blog part, I'm thinking of running two pretty independent blogs, one in English and one in Spanish. Some posts/articles will be translated from English to Spanish, or vice versa, but, for the most part, content will be unique to each language. And here lies my dilemma: On the one hand, the "translated" part of my site will benefit from having multi-language fields, however, on the other hand, the blog section requires a multi-page tree approach (I think). So, what should I do? I think I could just go ahead and do something like this: / ├── en │ ├── About Us │ ├── Portfolio │ ├── Pricing │ ├── Contact Us │ └── Blog ├── es │ ├── Acerca de Nosotros │ ├── Portfolio │ ├── Precios │ ├── Contacta con Nosotros │ └── Blog But if I go down this route, will current page language switching be possible? I don't know. but that is something I'd like to have for the "translated" part of my site. So, I'd love to hear your ideas and suggestions. Thank you.
×
×
  • Create New...