London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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();
}