MCPcopy Create free account
hub / github.com/WinMerge/winmerge / LoadString

Function LoadString

Src/I18nGUI.cpp:59–62  ·  view source on GitHub ↗

* @brief Load string and translate to current WinMerge GUI language */

Source from the content-addressed store, hash-verified

57 * @brief Load string and translate to current WinMerge GUI language
58 */
59String LoadString(UINT id)
60{
61 return theApp.m_pLangDlg->LoadString(id);
62}
63
64bool TranslateString(const std::string& str, String& translated_str)
65{

Callers 15

LoadResStringFunction · 0.85
GetDiffStatusStringMethod · 0.85
MessageBoxFunction · 0.85
OnInitDialogMethod · 0.85
OnUpdateMergingStatusMethod · 0.85
SetStatusMethod · 0.85
NewMenuMethod · 0.85
DoFileOrFolderOpenMethod · 0.85
UpdateResourcesMethod · 0.85
GetMessageStringMethod · 0.85

Calls 1

LoadStringMethod · 0.80

Tested by

no test coverage detected