Hey,
I am trying to use multiple Languages with different html files for each Language for ProgramNodeContribution UIs.
is there any way to get the System Language inside a ProgramNodeService (because getHTML() is triggered there)? i tried SystemSettings and the URCapAPI but both seem not been initialized while creating a ProgramNodeService, leading to a NullPointerException. Inside a ProgramNodeContribution it works fine.
Any Help?