C++ Builder - Localization

preview_player
Показать описание
How to add multi-language support for your C++ Builder applications.

Рекомендации по теме
Комментарии
Автор

it is possible to display combobox selected item in a listbox, but in more detailed? for example if i select an item in the combobox (for example) m_resources(); then i want to display the usage of this command detailed in the listbox: “maximum resources you can harvest on map”. if yes, how to? thank you in advance. btw is c++ builder free or commercisl?

BoshiNagare
Автор

Can you please advise show to add custom string constants to repository to be later translated in translation manager? What is the best way of localizing all the strings in the source code?Regards.Tomasz

tomekkicaj
Автор

how to do change language in run-time, like in this video, but for delphi?

sigmanor
Автор

can you help, what code need to write on button? trying
RUSSIAN:
ReinitializeForms;
or what..
I really do not know much cрр

sigmanor
Автор

i have a question, i want to use c++ builder xe3 and i don't know if can deploy the app to windows 2000 or xp, because i want to deploy my application to one of those OS

sorry for my bad english :P

dzonemanarmy
Автор

- In the project options, uncheck the linker option "Dynamic RTL".
- In the packages options, uncheck "Link with runtime packages".

Compile and you will get stand-alone EXE.

vclexamples
Автор

Created languages are stored in the application, or on the disk and loads them?

JarosawPietras
Автор

Is this possible to set language on start application without reinit form? e.g. detect windows language and then set the same in application?

zlo
Автор

Predobro :-D. Možda i nije tolika tragedija što sam pao objektivno :-)

MrBoxy
Автор

It is the same code except you need to use Russian language codes (LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA).

vclexamples
Автор

Ne bih znao ovako sad napramet.. Probaj clean pa build all.

vclexamples
Автор

You should create .RC file and inside it define your string resources. Check here:

vclexamples
Автор

baca mi kod buildanja eng verzije
Checking project dependencies...
Building Project1_ENU.bdsproj (, Win32)
CGRC Command Line:
CGRC.exe
"C:\Users\Nixa\Documents\RAD
-I"D:\C++ Projects\vj4\;.."
Failed
Elapsed time: 00:00:00.1

nixa