lobiadvertising.blogg.se

Poedit windows
Poedit windows









poedit windows

Rename POT-file to PO-file by setting language identifier (in 2-digit or 4-digit hexadecimal format) of future translation.

#POEDIT WINDOWS ARCHIVE#

Run exe2po utility from archive for your binary file to produce initial POT-file (PO and POT files are the same but POT used by poEdit as template and PO as work translation file):Įxe2po.exe your_application.exe your_.Replace CString::LoadString() by CLocalization::LoadString() to load localized strings.Add calls of CLocalization::Translate() methods to translate dialogs and menus.Add CLocalization class instantiation code and calls of CLocalization::Load() and CLocalization::Select() methods to load all available translations and to select current language.Add Localization.h and Localization.cpp from archive to your project for example to StdAfx.h and StdAfx.cpp files correspondingly.Download and unpack latest ZIP-archive.Simple integration to MFC Windows application.Every user can translate application by himself.Using poEdit or similar handy translation utility.The PO-file is a native format of poEdit (a very convenient application for translators). Project provide an utility to convert existing resources of application to PO-file. This is an open-source library designed to help C++ developer in creating of multi-language Windows application by using non-compiled PO-files.











Poedit windows