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 387a2dc commit 32c332cCopy full SHA for 32c332c
org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/publisher/Publisher.java
@@ -3252,7 +3252,7 @@ else if (p.getValue().equals("no-experimental-content"))
3252
if (sourceIg.hasJurisdiction()) {
3253
Locale localeFromRegion = ResourceUtilities.getLocale(sourceIg);
3254
if (localeFromRegion != null) {
3255
- sourceIg.setLanguage(localeFromRegion.toString());
+ sourceIg.setLanguage(localeFromRegion.toLanguageTag());
3256
} else {
3257
throw new Error("Unable to determine locale from jurisdiction (as requested by policy)");
3258
}
0 commit comments