15:10:49 <nhaskins> I'm having trouble getting my locallang.xlf file to work. When I edit my page, on the page layouts tab my layout is labelled as LLL:EXT:hcosprovider/Resources/Private/Language/locallang.xlf:flux.standard
15:10:49 <nhaskins> My locallang.xlf file is here https://gist.github.com/neil-h/41e143cc416aa73cf7c6
15:10:49 <nhaskins> Why isn't my layout being labeled as "Standard page layout"?
15:48:19 <NamelessCoder_> nhaskins is the locallang.xlf file in the right location, including case sensitive folder names, and did you clear the system caches after adding the label?
15:59:07 <nhaskins> Yes, it is in the correct location.
15:59:48 <nhaskins> For caches I see "flush general caches", and "flush frontend caches". I've done both multiple times.
16:00:06 <nhaskins> Is there a separate "system cache" option somewhere?
17:37:10 <NamelessCoder_> you need "flush system caches". The option can be enabled in user settings, for admins only or as generally available option for any user. It can also be enabled by setting the "Development" TYPO3_CONTEXT (install tool, env)
17:37:47 <NamelessCoder_> alternatively, use clear caches option of the install tool itself. That one clears everything including system caches
18:09:11 <nhaskins> OK, I've changed to the dev enviroment, flushed my system caches, and it works now. Thanks for the help.