Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically Loading a String Dictionary at Runtime #40

Open
Evasions opened this issue Dec 7, 2023 · 1 comment
Open

Dynamically Loading a String Dictionary at Runtime #40

Evasions opened this issue Dec 7, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Evasions
Copy link

Evasions commented Dec 7, 2023

Hello everyone,

I'm facing a challenge where I need to dynamically load a dictionary of strings during the runtime of my application. I want to update localized strings in the app without having to reload or recompile the entire application. How can I implement the loading and updating of string resources "on the fly"? Are there any methods or practices that would allow me to efficiently manage strings, especially in the context of multilingual support?

I would appreciate any ideas or suggestions on how to implement or integrate such functionality.

Thank you!

@AndrewKeepCoding AndrewKeepCoding added the enhancement New feature or request label Dec 9, 2023
@AndrewKeepCoding
Copy link
Owner

AndrewKeepCoding commented Dec 9, 2023

Hi! This is a feature that will be implemented in the future, but unfortunately, it's not supported yet.

@AndrewKeepCoding AndrewKeepCoding added this to the v3 milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants