MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / SetLocales

Method SetLocales

ImGuiFileDialog.cpp:4770–4774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4768}
4769
4770void IGFD::FileDialog::SetLocales(const int& /*vLocaleCategory*/, const std::string& vLocaleBegin, const std::string& vLocaleEnd) {
4771 m_FileDialogInternal.puUseCustomLocale = true;
4772 m_FileDialogInternal.localeBegin = vLocaleBegin;
4773 m_FileDialogInternal.localeEnd = vLocaleEnd;
4774}
4775
4776//////////////////////////////////////////////////////////////////////////////
4777//// OVERWRITE DIALOG ////////////////////////////////////////////////////////

Callers 1

SetLocalesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected