The fetching of inputs is right now performed by the model (see getInputs() in #11). Retrieving the inputs this way makes the model unable to handle different locales, and therefore only support the default language (Swedish).
A solution to this is to implement #12 which transfers the responsibility to a client. The client knows what locale is currently in use and the method can therefore be rewritten to either accept the locale as a parameter or the input URL is converted before calling this method.
The fetching of inputs is right now performed by the model (see getInputs() in #11). Retrieving the inputs this way makes the model unable to handle different locales, and therefore only support the default language (Swedish).
A solution to this is to implement #12 which transfers the responsibility to a client. The client knows what locale is currently in use and the method can therefore be rewritten to either accept the locale as a parameter or the input URL is converted before calling this method.