translate const delphi 7 gnugettext -


i have constants such code below. need translate them , have tried _() don't work. in advance.

const system_name    = 'system name';   business_name    = 'business name'; 

if need handle constants, have translated, declare them resourcestring:

resourcestring    system_name = 'system name';   business_name = 'business name'; 

dxgettext handles these without tweaking.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -