i am new on asp.net Dynamic Data.
my web application are not in english language.
I’m using the Persian language.
is it possible to use this language and alignment for it (Right To left) on asp.net Dynamic Data?
and persian name for my labels gridview and etc..
Does my question Clear?
How to supports persian or arabic language in Dyanamic Data Controls. I need ReName The Caption of Columns to Arabic or persian Language.
i am new on asp.net Dynamic Data. my web application are not in english
Share
You can add metadata to your data model and use DisplayName attribute for all columns and tables you need to rename.
For example suppose that you have Customer class in your EF or Linq-To-Sql model which contains Name property. All generated classes are defined as partial so you can define your own partial part, mark it with MetadataType and define metadata for class:
For right to left support I guess you will have to modify generated templates and master page.