November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
string langCode = LanguageContext.Current.CurrentLanguageBranch;
You may also override InitializeData that will be called for every language that you property lives on.
public override void InitializeData(ApplicationConfiguration config,PropertyDataCollection prop)
{
bool isLangSpecific = base.IsLanguageSpecific;
string langBranch = prop["PageLanguageBranch"]!=null ? (String)prop["PageLanguageBranch"].Value : null;
base.InitializeData();
}