public void function loadBundle( required string rbLocale=VARIABLES.i18n.getfwLocale() ) output=“false”{
=> is that correct? I’m getting weird issues. The method “loadBundle” in the modules “ResourceBundle.cfc” looks like this:
=> so, shouldn’t there be the (required) argument “rbFile” in the custom loadBundle method at first position? Because “rbFile” is passed to the custom “loadBundle” as first parameter; “rbLocale” as second parameter…