Last post Nov 17, 2008 11:22 AM by MAlex001
Member
11 Points
94 Posts
Nov 17, 2008 10:05 AM|MAlex001|LINK
I have implemented localization for my web.
My controls have the meta:resourceKey="" and depending with language the user choose, the text value is display using the right resource file.
How Can I do that with GridView columns?
Nov 17, 2008 11:22 AM|MAlex001|LINK
I found the solution myself :
Adding in each DataBound field the next meta:resourcekey="BoundFieldResource1" and in the resource file "BoundFieldResource1.HeaderText / Tipo Programa
Member
11 Points
94 Posts
implementing localization in gridView columns
Nov 17, 2008 10:05 AM|MAlex001|LINK
I have implemented localization for my web.
My controls have the meta:resourceKey="" and depending with language the user choose, the text value is display using the right resource file.
How Can I do that with GridView columns?
Member
11 Points
94 Posts
Re: implementing localization in gridView columns
Nov 17, 2008 11:22 AM|MAlex001|LINK
I found the solution myself :
Adding in each DataBound field the next meta:resourcekey="BoundFieldResource1" and in the resource file "BoundFieldResource1.HeaderText / Tipo Programa