We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083caa4 commit 8642640Copy full SHA for 8642640
inflection/src/inflection/message2/MF2Factory.cpp
@@ -58,7 +58,7 @@ const inflection::dialog::SemanticFeatureModel* GetSemanticFeatureModel(
58
return ::inflection::dialog::LocalizedCommonConceptFactoryProvider
59
::getDefaultCommonConceptFactoryProvider()
60
->getCommonConceptFactory(
61
- inflection::util::ULocale(locale.getLanguage(), locale.getCountry()))
+ inflection::util::ULocale(locale.getName()))
62
->getSemanticFeatureModel();
63
}
64
0 commit comments