Skip to content

Instantly share code, notes, and snippets.

@miguelcperez
Created July 23, 2021 17:23
Show Gist options
  • Save miguelcperez/a52f33602d89256ba9645de88d4326c5 to your computer and use it in GitHub Desktop.
Save miguelcperez/a52f33602d89256ba9645de88d4326c5 to your computer and use it in GitHub Desktop.
fix openui5 i18n error in C#
// If your application doesn't recognize i18n, use this tip
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".properties" mimeType="application/text"/>
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment