How to change the app productName in rust at runtime? #5964
Unanswered
jianwang-qau
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That's not possible, but it's basically only used at build time (to set/get the binary name etc). What exactly are you trying to change? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, All
I am learning Tauri right now, it is so great!
In my app, I need to change the app productName in rust at runtime:
when using English language, the app display English name,
when using Other language, the app display Other language name
Thanks
Beta Was this translation helpful? Give feedback.
All reactions