timcadieux
Programmer
Ok, i have a dilemna. I have a Field for our articles called Category. Inside, I have things ie., Car, Boat, Plane.
I allow my users to insert multiple categories, therefore, I was using Split() to read things like "car, boat". My problem is that I need to offer the same info in French. I really DO NOT want to go back and re-tag all my Articles with a new field called Category_F.
What i was hoping to perhaps do was translate each category and hopefully do something like the following:
boat|bateau, car|voiture. I guess my dilemna is first, is this a good idea and secondly, can i come up with a good Script to Split the categories and then display the English on the English page and the French on the French page!
I hope this is clear?
I allow my users to insert multiple categories, therefore, I was using Split() to read things like "car, boat". My problem is that I need to offer the same info in French. I really DO NOT want to go back and re-tag all my Articles with a new field called Category_F.
What i was hoping to perhaps do was translate each category and hopefully do something like the following:
boat|bateau, car|voiture. I guess my dilemna is first, is this a good idea and secondly, can i come up with a good Script to Split the categories and then display the English on the English page and the French on the French page!
I hope this is clear?