In this blog I will show you approach to figure out standard component message bundle key. Refer to Part -1 to get understanding of how I have overridden default uncommitted data warning message.
Now to figure out the bundle key, you need to follow below steps.
While your application is running in browser:
Go to File->Save As->Webpage, complete (*.htm,*,html)
Now, go to the folder where you saved the webpage. Open the folder & open file starting with: AdfTranslations-xxxx.js
You can search for the text that you wish to override & locate the corresponding bundle key.
That's it, now you use this key in your skin bundle(Part -1) to override the message.
No comments:
Post a Comment