MCPcopy Create free account
hub / github.com/comaps/comaps / GetCustomMapLanguageCode

Method GetCustomMapLanguageCode

libs/map/framework.cpp:2432–2435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2430}
2431
2432std::optional<localisation::LanguageCode> Framework::GetCustomMapLanguageCode()
2433{
2434 return localisation::GetCustomMapLanguageCode();
2435}
2436
2437void Framework::SetCustomMapLanguageCode(std::optional<localisation::LanguageCode> const languageCode)
2438{

Callers 2

GetMapLanguageCodeMethod · 0.80
PreferencesDialogMethod · 0.80

Calls 1

GetCustomMapLanguageCodeFunction · 0.85

Tested by

no test coverage detected