office plugin linking to word's language setting, doesn't always run. #19518
Unanswered
hazel-intelligentediting
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the question. When it does not work, this would mean that the Note that it's best to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working in a Office plugin using uno to allow us to keep our existing xaml files. I have set up Resource Strings to allow language settings, these settings need to be read of the office configuration:
Then in C# in the App.xaml.cs file:
When this runs then console displays
However mainly this is just not there, here is some of the console output near it:
Mostly this is the output:
I decided to Enable IDBFS, incase it is linked, i'm not sure what IDBFS is for. now i get:
or (when it works):
I thought the information from the js script is possibility cached someone so converted this to use an nesting function, however this didn't work.
When Office language: es-MX is in the console output the language updates, but mainly like 80% of the time it is simply missing from the console.
Beta Was this translation helpful? Give feedback.
All reactions