I’ve successfully built both the OpenEms edge and opeEns UI V. 2026.6.0-SNAPSHOT
I’ve deployed both on my linux Embedded device.
All run correctly, I’m running the simulation described on the getting getting started guide.
I’m facing a problem, I can’t set the UI in English or other languages different from the default (de)
The Backend and the Edge are two different software packages. In my understanding you would need to install the Backend in addition to the Edge.
Maybe this is what you are looking for:
How about adding this requirement to the error message? Suggestion: “Change failed Endpoint with method “updateUserLanguage” is not defined! Please ensure, that the Backend is installed and configured correctly.”
The BackEnd is the cloud component, but I’d like to run tests without relying on it.
I’m currently using the Edge module and the UI directly on the embedded device.
However, it seems that the language settings require the BackEnd module to function properly.
As for our demo we need to have english.
I try to modify the UI code, but without success:
ui/src/app/shared/type/language.ts: public static readonly DEFAULT = Language.EN;