I have a custom sitemapprovider which loads pages from the database.
Pages (pageid, fk_pageid (parent), title, url, show_in_menu)
I would like to globalize/localize the title
of the page. What's the best method?
I have a custom sitemapprovider which loads pages from the database.
Pages (pageid, fk_pageid (parent), title, url, show_in_menu)
I would like to globalize/localize the title
of the page. What's the best method?
sorry for mentioning about another thing but I coudn't find another way. how do you use the final column show_in_menu since I am seeking a similar solution for my question.