Yeah I'll probably do the hierarchy for this. Here's my actual table design idea:
itemID int (PK)
parentID int
item_en
item_fr
item_.......
where the item_en is item in english, or french, or whatever. After a user has logged in, I'll know their language and append that language code to the item field so that they get the correct language of the dynamic menu.
Course there are access issues in that person A might only be able see a few items on the menu, while person B can see everything on the menu. So I have to also add in the itemID to a userItems type of table to relate userid with itemID. Whatcha Think
Thanks for the info....
Cheers,
K