I only need to apply Culture on single TextBox control in its DataAnotation attribute, not for whole model
Languages https://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx
In MVC5 C#
eg.
[System.ComponentModel.DataAnnotations.DisplayFormat(ApplyFormatInEditMode = true,DataFormatString = "ur-PK")]public string test { get; set; }
But it does not work.