Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleRegister the custom resource loader in your application's init() function
protected void init() {  
    getResourceSettings().addStringResourceLoader(new ExternalResourceLoader("baseName")); 
}