MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / DefaultLanguage

Function DefaultLanguage

Telegram/SourceFiles/lang/lang_instance.cpp:225–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225Language DefaultLanguage() {
226 return Language{
227 u"en"_q,
228 QString(),
229 QString(),
230 u"English"_q,
231 u"English"_q,
232 };
233}
234
235struct Instance::PrivateTag {
236};

Callers 3

createSessionMethod · 0.85
showOfferSwitchBoxMethod · 0.85
resetToDefaultMethod · 0.85

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected