The title property specifies the string that is displayed in the title bar of the browser.
If you want to localize the content of the title property, you can use a key from a Rich UI properties library as the parameter in the function call. For more information, see "Examples" in this topic and RUIPropertiesLibrary stereotype.
ruiLib.setTitle("title")
ruiLib.setTitle("Home page for EGL Rich UI");
ruiLib.setTitle(myLibrary.someText);