Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Use Lang from Modules
  • Hi,

    Is it possible to use a lang file from an module? (modules/mymodule/lang)

    Greets. :) 
  • Yes, from a controller in that module.

    From outside the module you should be able to use Lang::load("mymodule::langfile"), but it is not considered good practice to introduce tight coupling with a module. It is better to do an HMVC request to a module controller and have it load it.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion