when using localization with resources all you need is to set the variable
title to that string
like
Text="<%$ Resources:Resource, EditBtnText %>"
where Resource is the file Name and EditBtnText the String inside that
Resource file
if you are using
AutoGenerateEditButton="True"
you need to delete this and creat an Button
like
<asp:ButtonField ButtonType="Link" Text="<%$ Resources:Resource, EditBtnText
%>" CommandName="Edit" />
to know further about Localization, please take a look at this Video:
http://www.asp.net/learn/videos/view.aspx?tabid=63&id=40

Signature
Bruno Alexandre
Strøby, Danmark
"a Portuguese in Denmark"
> Hi,
>
[quoted text clipped - 3 lines]
>
> thanx
a - 08 Feb 2007 12:39 GMT
thanx,
but i want to made custom Gridview and drag&drop it to web page with another
CommandField default text. This feature save a lot of my time
"Bruno Alexandre" <bruno.in.dk@gmail.com> parase naujienu
pranesime:265B0078-86E2-4F03-9165-62D4F9407988@microsoft.com...
> when using localization with resources all you need is to set the variable
> title to that string
[quoted text clipped - 23 lines]
>>
>> thanx