Created
March 1, 2018 13:27
-
-
Save cschuff/cd63379749d7f325eb851f82e9bb534d to your computer and use it in GitHub Desktop.
Accessing SAPUI resource bundles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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