Skip to content

Instantly share code, notes, and snippets.

@cschuff
Created March 1, 2018 13:27
Show Gist options
  • Save cschuff/cd63379749d7f325eb851f82e9bb534d to your computer and use it in GitHub Desktop.
Save cschuff/cd63379749d7f325eb851f82e9bb534d to your computer and use it in GitHub Desktop.
Accessing SAPUI resource bundles
// see https://github.com/SAP/openui5/blob/83705d64d724275eb5bbba6d08bac91829b6a39f/src/sap.ui.core/test/sap/ui/core/qunit/Core.qunit.html
// see https://github.com/SAP/openui5/blob/master/src/sap.ui.core/src/sap/ui/core/messagebundle_de.properties
var sBundle = sap.ui.getCore().getLibraryResourceBundle("sap.ui.core", "de");
var sText = oBundle.getText("SAPUI5_FRIDAY");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment