Working through the newer ML features and wanted to understand if/how best I could implement some conditional login in my skins that are based on which language has been selected.
In my case I have both the normal DNN menu but in addition I have a company navbar that's hard coded as well. I'd like to switch the HTML displayed based on the visitor's language selection and/or the user's preferences.
I supposed I could create a skin object but wondered if there was something baked in that might make this easy. (several Google and DNN.com searches came up empty)
Any advice is appreciated