How to add additional language #128
Unanswered
timothybohte
asked this question in
Q&A
Replies: 1 comment
|
hi @timothybohte thanks for your interest in the component! you can add your language by passing a URL to a .resx web resource to the you can use the English language pack here PolyLookup.1033.resx as the template to create a new resx web resource in your environment, then update the value in your language. you can use this VS Code extension to help you edit the resx web resource in a user interface https://marketplace.visualstudio.com/items?itemName=DominicVonk.vscode-resx-editor For example, the resx web resource looks like this
the value passed to the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Great that you added multiple language support!
In the documentation you are referring to creating a resx-file for PolyLookup.
Could you pleae share the XML-format and an example of this file?
All reactions