I'm finishing up a custom modal window registration built into the mod_cblogin and have one final issue I need to solve.
When I pull the field titles out of the comprofiler_fields table many of them are using language vars such as _UE_PASS. How do I convert those to the actual title? I've tried using getLangDefinition but some have a lang definition and some dont so I'm not exactly sure what to do there.
*** SOLVED ***
Never mind, it seems if I use the getLangDefinition and there isn't a land definition it just outputs the correct thing so seems to all be good.