Skip to content

Commit

Permalink
Update ArcGISRuntimeSDKQt_CppSamples/Maps/ConfigureBasemapStyleLangua…
Browse files Browse the repository at this point in the history
…ge/ConfigureBasemapStyleLanguage.cpp

Co-authored-by: James Ballard <[email protected]>
  • Loading branch information
har13205 and JamesMBallard authored Mar 4, 2024
1 parent 3783d68 commit a9a465c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void ConfigureBasemapStyleLanguage::setNewBasemap(bool global, QString language)

basemapStyleParameters->setLanguageStrategy(global? BasemapStyleLanguageStrategy::Global : BasemapStyleLanguageStrategy::Local);

//A SpecificLanguage setting overrides the LanguageStrategy settings
// A SpecificLanguage setting overrides the LanguageStrategy settings
if (language == "none") {
basemapStyleParameters->setSpecificLanguage("");
} else if (language == "Bulgarian") {
Expand Down

0 comments on commit a9a465c

Please sign in to comment.