when i use the gridview control, delete button and edit button in local host, the headerText on my delete button and edit button shows the danish language, but when i upload it to my website it shows on english, and i can not change it. i dont now what to
do about it, i can not find something on google so i need your help to it.
Member
1 Points
21 Posts
Gridview delete and edit button headertext issue
Jan 26, 2017 01:52 PM|pohjola|LINK
hi
when i use the gridview control, delete button and edit button in local host, the headerText on my delete button and edit button shows the danish language, but when i upload it to my website it shows on english, and i can not change it. i dont now what to do about it, i can not find something on google so i need your help to it.
here is my delete button control
Contributor
2155 Points
2142 Posts
Re: Gridview delete and edit button headertext issue
Jan 26, 2017 02:14 PM|march11|LINK
You need to set the UI culture in the page. check out this link...
https://msdn.microsoft.com/en-us/library/bz9tc508.aspx
And the common approach of using resources....
https://msdn.microsoft.com/en-us/library/ms227427.aspx
All-Star
52523 Points
15670 Posts
Re: Gridview delete and edit button headertext issue
Jan 26, 2017 02:58 PM|oned_gk|LINK
Try change this
and read this
http://getbootstrap.com/css/
Suwandi - Non Graduate Programmer
Member
1 Points
21 Posts
Re: Gridview delete and edit button headertext issue
Jan 31, 2017 10:06 AM|pohjola|LINK
i can not get it to work it still shows delete on then gridview button, i have tryiet this in webconfig
and this one her on the page
i have also tryiet this on masterpage
nothings work
just so that you now it is on this button in gridview i want it to be danish
here is all the code for gridview if that helps
What i am doing wrong
Member
1 Points
21 Posts
Re: Gridview delete and edit button headertext issue
Jan 31, 2017 12:00 PM|pohjola|LINK
problem is solved with this in the gridview, that works fine.
thanks for your help.