Synergy A - How to set the language of the MENU
Synergy, synergyWe use the Israeli Synergy-A firmware, not American firmware
With the Israeli firmware, if there is no file \arm\synergy\Menu.xml, the hardcoded menu is English is loaded. This may not be a full menu but certainly enough for the customer's needs.
If you want a menu in another language, you need to put a MENU.XML file in \Arm\synergy (with winscp)
Example of a MENU.XML:
<?xml version="1.0" encoding="utf-8"?> <Menu Align="Right"> <MenuList Name="CONFIGURATION MENU"> <Item Codedict="4191">CONFIGURATION MENU</Item> <Item Codedict="4192">(1) SET DATE-TIME</Item> <Item Codedict="4193">(2) COMMUNICATION</Item> <Item Codedict="4194">(3) FINGERPRINT</Item> <Item Codedict="4195">(4) INFORMATION</Item> <Item Codedict="4196">(5) DISK ON KEY</Item> <Item Codedict="4197">(6) GET TABLES</Item> <Item Codedict="5271">(7) Display Counters</Item> <Item Codedict="5272">(8) Print Counters</Item> </MenuList> <MenuList Name="SET TIME AND DATE"> <Item Codedict="4198">Set Time and Date</Item> <Item Codedict="4199">(1) SET TIME</Item> <Item Codedict="4200">(2) SET DATE</Item> <Item Codedict="4201">(3) SET RTC CALIBIRATION</Item> <Item Codedict="5273">(4) Set Time from Network</Item> </MenuList> <MenuList Name="COMMUNICATION"> <Item Codedict="4202">Communication</Item> <Item Codedict="4203">(1) ETHERNET</Item> <Item Codedict="5274">(2) GPRS</Item> <Item Codedict="5540">(3) WiFi</Item> <Item Codedict="5541">(4) DNS</Item> </MenuList> <MenuList Name="ETHERNET NETWORK"> <Item Codedict="4204">Ethernet Network</Item> <Item Codedict="4205">(1) MANUALLY</Item> <Item Codedict="4206">(2) DHCP</Item> <Item Codedict="5275">(3) Ethernet Off</Item> <Item Codedict="5276">(4) MAC Address</Item> </MenuList> <MenuList Name="GPRS NETWORK"> <Item Codedict="5277">GPRS NETWORK</Item> <Item Codedict="5278">(1) GPRS Enable</Item> <Item Codedict="5279">(2) GPRS Disable</Item> <Item Codedict="5280">(3) GPRS IP Information</Item> <Item Codedict="5281">(4) GPRS Config Information</Item> <Item Codedict="5366">(5) GRPS Cellular Provider</Item> </MenuList> <MenuList Name="GPRS CELLULAR PROVIDER"> <Item Codedict="5282">GPRS CELLULAR PROVIDER</Item> <Item Codedict="5283">(1) Cellcom</Item> <Item Codedict="5284">(2) Partner</Item> <Item Codedict="5285">(3) Pelephone</Item> <Item Codedict="5365">(4) Load from DOK</Item> </MenuList> <MenuList Name="Wifi Network"> <Item Codedict="5542">(1) Wifi Enable</Item> <Item Codedict="5543">(2) Wifi Disable</Item> <Item Codedict="5544">(3) View Wifi Information</Item> <Item Codedict="5365">(4) Load from DOK</Item> </MenuList> <MenuList Name="FINGER PRINT1"> <Item Codedict="4207">Fingerprint</Item> <Item Codedict="4208">(1) Enroll</Item> <Item Codedict="4209">(2) Verification</Item> <Item Codedict="4210">(3) Identification</Item> <Item Codedict="4211">(4) Delete User</Item> <Item Codedict="4212">(5) Delete All Users</Item> <Item Codedict="4213">(6) Get All Templates</Item> <Item Codedict="4214">(7) FPU Capacity</Item> <Item Codedict="4215">(8) Get User Count</Item> <Item Codedict="5300">(9) Get New Templates</Item> <Item Codedict="5286">(10) Force Reload</Item> </MenuList> <MenuList Name="FINGER PRINT2"> <Item Codedict="4216">Fingerprint</Item> <Item Codedict="4217">(1) Enroll</Item> <Item Codedict="4218">(2) Verification</Item> <Item Codedict="4219">(3) Identification</Item> <Item Codedict="4220">(4) Get User Count</Item> <Item Codedict="5287">(5) Delete User</Item> </MenuList> <MenuList Name="INFORMATION"> <Item Codedict="4221">Information</Item> <Item Codedict="4222">(1) TCP/IP Communication</Item> <Item Codedict="4223">(2) Application Version</Item> <Item Codedict="5288">(3) Debug Console</Item> <Item Codedict="5289">(4) Network Watchdog</Item> <Item Codedict="5290">(5) Restart Application Only</Item> <Item Codedict="5291">(6) Reboot Terminal</Item> <Item Codedict="5292">(7) Boot from SDCARD</Item> <Item Codedict="5293">(8) Backup Terminal</Item> <Item Codedict="5294">(9) Restore Terminal</Item> <Item Codedict="5295">(10) Watchdog Reboot Test</Item> </MenuList> <MenuList Name="DISK ON KEY"> <Item Codedict="4224">Disk On Key</Item> <Item Codedict="4225">(1) Download to Terminal</Item> <Item Codedict="4226">(2) Upload from Terminal</Item> <Item Codedict="4396">(3) Get Transactions</Item> <Item Codedict="5296">(4) Get Transactions Base64</Item> </MenuList> <MenuList Name="MEALS MENU"> <Item Codedict="5297">COUNTERS</Item> <Item Codedict="5298">(1) Display Counters</Item> <Item Codedict="5299">(2) Print Counters</Item> </MenuList> </Menu>