A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off

Hi ,
I have to change property Display name by page's langauge wise (culture wise). when i hit english langauge page, it will display lable as "Youtube URL or ID" , when i hit the China langauge page it will display lable as "Youku URL or ID".
I tried it by putting my property value in Resource file but it is considering user langauge.
Anyone please help me , how can i achive this?
see my below code.
Youtube Video
[CultureSpecific]
[Display(Name = "Video (YouTube/Youku Url or ID)", Order = 50)]
[BackingType(typeof(PropertyString))]
[UIHint(UiHints.WideTextBox)]
public virtual string Video { get; set; }
Thanks in Advance !