Add localization for "Don't send" and "Send" strings in multiple languages #1014
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request enhances localization support and improves the UI text for the distributed data selector component. The main changes focus on adding new resource strings for localization, updating translations across multiple languages, and refining button labels for clarity and consistency.
Localization and Resource Updates:
Added new resource strings
"Don't send"and"Send"to the main resource file (AxOpenDataResources.resx) and updated or created corresponding entries in German (de,de-DE), Spanish (es,es-ES), Hungarian (hu-HU), Polish (pl-PL), and Slovak (sk,sk-SK) resource files, ensuring consistent localization across supported languages. [1] [2] [3] [4] [5] [6] [7] [8] [9]Updated the designer file (
AxOpenDataResources.Designer.cs) to include new properties for the"Don't send"and"Send"resource strings, enabling their use in code. [1] [2]UI and Text Improvements:
DistributedDataSelectorView.razorfrom"Send To Plc"to"Send to PLC"for improved consistency and readability.<p>tag instead of a<span>inside a<div>, aligning with the new resource string and improving markup clarity.