PDA

View Full Version : question about english.ini


Arash1984
05-24-2011, 10:11 PM
Hi, topic about english.ini is closed.

I have a question.

There is many "&" in this address
what does it meant ?

[Only registered and activated users can see links] ([Only registered and activated users can see links])�[/IMG]

Pantuflo
05-24-2011, 10:34 PM
There is an updated English.ini thread ([Only registered and activated users can see links]) in which you can ask your questions.

Those "&" characters should not be displayed but they are used when you develop Windows apps (at least in Delphi). If you open the KMP right-click menu you will see that every menu has an underlined character. For example: Open. That means that you can press the "n" key to display the Open sub-menu (only while the menu is open).

When you translate the English.ini file, you can choose what character to underline by writing the & symbol. For example:
Ope&n means Open.

Make sure that you don't repeat the underlined character in the same menu.

If you want to show the & character, you must write "&&".