ASP.NET Core Localization Resource File MangerWith the ASP.NET Core Localization Resource File Manager you can maintaine several .resx-Files at once. It helps you to keep track of different translations by showing all of them in one view. This is a student project. FeaturesTo open the extension press The extension searches for all files with the ending To be able to find the correct language-codes, only standard language-codes which consist of two characters for the language and two characters for the culture separated by a minus ("de-de" or "en-uk") are taken into account. If you want to use special language codes please add them in the user or workspace settings. When you select a path, a table with all the keys and corresponding translations is shown. When the Save-Button is pressed, the current data is saved to the corresponding .resx-files. If you want to add a new key, enter the key-value in the input-field under the table and press the Add-Button. The new key will be added at the top of the table. Known IssuesThis is the first version. There might be some bugs which are not fixed yet. Release Notes0.0.1Initial release 0.0.2Update keywords 0.0.4bugfix 0.0.6fix issue #1 (see github repository) 0.0.7update image link in readme 0.0.90.1.0 |