Author Topic: How can i change any button's name ?  (Read 6531 times)

captain_farrell

  • Jr. Member
  • **
  • Posts: 53
How can i change any button's name ?
« on: March 06, 2013, 08:02:40 am »
Hi everyone. I wanna change "kitchen message" button name as "backyard message" on sales screen.
Is there any possibility to make any changes on those button's name?
Thanks for help.

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: How can i change any button's name ?
« Reply #1 on: March 06, 2013, 11:25:35 am »
I'm not sure if such button exists.. Do you mean ticket note button?

captain_farrell

  • Jr. Member
  • **
  • Posts: 53
Re: How can i change any button's name ?
« Reply #2 on: March 07, 2013, 10:32:39 am »
yep ticket note button or any button name on the left hand side...Is it possible the change their names ?
Thanks Emre.

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: How can i change any button's name ?
« Reply #3 on: March 07, 2013, 11:30:28 am »
Sorry, there is no program setting for that.

captain_farrell

  • Jr. Member
  • **
  • Posts: 53
Re: How can i change any button's name ?
« Reply #4 on: March 08, 2013, 08:14:25 am »
Ok then. Thanks for help.

toni

  • Jr. Member
  • **
  • Posts: 56
Re: How can i change any button's name ?
« Reply #5 on: March 08, 2013, 08:56:30 am »
You need to open "Resources.resx" file which is under "Samba.Localization\Properties" folder and modify line below and you need to compile the project.
<data name="TicketNote" xml:space="preserve">
    <value>Give here a name as you like</value> 

captain_farrell

  • Jr. Member
  • **
  • Posts: 53
Re: How can i change any button's name ?
« Reply #6 on: March 14, 2013, 10:23:10 am »
Thanks Toni...
Have a good day.