1 (edited by v_pozidis 2017-11-14 09:02:57)

Topic: Translate Function (problem ?)

I found that when there is a record in the tablegrid the Translate Function works fine, but When the tablegrid is empty it's not working (it shows you the message in english) .

Re: Translate Function (problem ?)

Please let me know text of message.

Dmitry.

3 (edited by v_pozidis 2017-11-15 15:40:45)

Re: Translate Function (problem ?)

When the tablegrid is empty and you press the Edit or the Delete Button it gves na error but not translated
In the Edit it shows "No record selected for editing: and on Delete "No record selected to delete"

Re: Translate Function (problem ?)

Translations for the strings below is not working?
---------
Error
---------
Congratulations for the new features!

Re: Translate Function (problem ?)

v_pozidis wrote:

When the tablegrid is empty and you press the Edit or the Delete Button it gves na error but not translated
In the Edit it shows "No record selected for editing: and on Delete "No record selected to delete"

Fixed, please download latest version again
http://myvisualdatabase.com/download/myvisualdb.exe


how to translate

    Translate('Entry_to_edit_is_no_selected', 'your message1');
    Translate('Entry_to_be_deleted_is_not_selected', 'your message2');
Dmitry.

Re: Translate Function (problem ?)

akkerhof wrote:

Translations for the strings below is not working?
---------
Error
---------
Congratulations for the new features!

It shoul work

Translate('Error', 'your message');
Dmitry.