Open nazarenom opened 1 year ago
Thank you so much for this report
I'm reproducing the issue on my repo to check what's going wrong I will keep you updated on this side
I know this is late for an answer but I noticed = if for example the code is not the default one (for example 'it-IT') I get an error in the "language.SetLanguage" But the error message says "it-it" is not a valid cultutre identifier... it should bet it-IT are you passing the correct identifier ? or it-it
I'm using the last version pf this package and I'd lime to set the language used at startup getting the last used language from the local storage.
My actual solution is:
if for example the code is not the default one (for example 'it-IT') I get an error in the "language.SetLanguage"
And the program starts in English.
On the other side if I do the same on the parameter page where the user change the language everything works.
What I'm missing or doing wrong?