-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support for Uno Platform #53
Comments
Hi Martin! Thanks for stopping by!😄 As I posted the other day, at least it seems to work on WinUI and WASM. uno-winappsdk-winui3localizer.mp4Now, for the other platforms I guess I'll need to pick your brain. The location of the "Strings" folder, to be specific. It could be anywhere as long as the app can access it by a given path when initialized. For example:
Where would it be for the other platforms? |
Technically you should be able to use |
Then, "Technically", it should work out of the box! 😀 |
It does work out of the box for WASDK but not for the other platforms. 😅 |
@AndrewKeepCoding you will probably need to add multi-targeting (e.g. multiple target frameworks) - or you can create the library based on the Uno Platform Library project template. |
I meed to create separate projects and packages, right? |
It works as expected:
|
It would be awesome if Uno Platform was also supported
The text was updated successfully, but these errors were encountered: