modify flag icon in language file
-
- Posts: 5
- Joined: 2015-03-11 16:00:22
modify flag icon in language file
I was converting the supplied language to Dutch. I ran into a problem modifying the flag icon. This is probably a hexadecimal string inside the XML-language file. Sadly I've got no knowledge of this part. Any ideas how to alter this?
Hi,
It is a 16x16 bmp file which is UUEncoded
You can send me the translation file if you wish, I could include it with the program (and I still have another language to add to the install...)
I'll have to search for the right flag from the icon library that I used, but here is the code from the Dutch flag used in AMC (which has slightly different flags style) if you want to test in the meantime :
It is a 16x16 bmp file which is UUEncoded
You can send me the translation file if you wish, I could include it with the program (and I still have another language to add to the install...)
I'll have to search for the right flag from the icon library that I used, but here is the code from the Dutch flag used in AMC (which has slightly different flags style) if you want to test in the meantime :
Code: Select all
Qk32AAAAAAAAAHYAAAAoAAAAEAAAABAAAAABAAQAAAAAAIAAAAAjCwAAIwsAABAAAAAQAAAAAAAAADUTEwBXExMAZxMTAMoAAAAAAKoAAAD9AGVl/wCqqqoAzMzMAO7u7gD///8AAAAAAAAAAAAAAAAAAAAAALu7u7u7u7u7AAAAAAAAAAABERERERERIAEzMzMzMzNAATMzMzMzM0ABMzMzMzMzQAiZmZmZmZmgCJmZmZmZmaAImZmZmZmZoAiZmZmZmZmgBWZmZmZmZnAFZmZmZmZmcAVmZmZmZmZwBnd3d3d3d3AAAAAAAAAAALu7u7u7u7u7
-
- Posts: 5
- Joined: 2015-03-11 16:00:22
-
- Posts: 5
- Joined: 2015-03-11 16:00:22
I made a small tool to convert these bmp, there must be a lot of possibilities to do that, but the test tool I use can be get from http://antp.be/temp/uuenc.zip
- Click "button1" to select the file and then "button2" to generate the code (not sure it works)
or
- Just drag & drop a bmp to the form and it will put a UUEnc version of it in the clipboard, to be pasted as text.
I used 16 colors to keep the files small, or else the UUEnc string becomes really long
AMC is Ant Movie Catalog, the other software available from my site
- Click "button1" to select the file and then "button2" to generate the code (not sure it works)
or
- Just drag & drop a bmp to the form and it will put a UUEnc version of it in the clipboard, to be pasted as text.
I used 16 colors to keep the files small, or else the UUEnc string becomes really long
AMC is Ant Movie Catalog, the other software available from my site
-
- Posts: 5
- Joined: 2015-03-11 16:00:22