... | @@ -143,3 +143,5 @@ The code below basically tells the Language API to fetch the language from the * |
... | @@ -143,3 +143,5 @@ The code below basically tells the Language API to fetch the language from the * |
|
return language == null ? langManager.getDefaultLanguage() : language;
|
|
return language == null ? langManager.getDefaultLanguage() : language;
|
|
});
|
|
});
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Now, this is ofcourse the easy way. You can also do it a bit different by creating your own ILanguageManager instance. To then use reflection to change the languageManager field in the BUAPI instance. |
|
|
|
\ No newline at end of file |