Quantcast
Channel: ResX Resource Manager
Viewing all 2435 articles
Browse latest View live

Source code checked in, #19693


Edited Issue: Wrong Spanish flag [1002]

$
0
0
In version 1.0.0.17 the Spanish flag is incorrect. Instead of the correct one it's displayed the Mexican one.
I'm using a resource with CultureCode "es" and "es-es".

Updated Wiki: Home

$
0
0
ResX Resource Manager
Manage localization of all ResX-Based resources in one central place.

This tool provides central access to all ResX-based string resources in your solution. You can quickly navigate through all resource files and view the content in a well-arranged data grid.
All available languages are displayed side by side in columns, to make it easy to find untranslated strings or clean up orphaned entries. All strings can be quickly edited in place, untranslated entries will be created on the fly while typing.

Suitable for any .Net application; WPF is supported if you use a markup extension to access the ResX - resources.

Available as VS2010/2012 extension and standalone executable to support VS2008 and older.

Extension.png

Standalone.png

Support the Open Source Community.
Donate

Updated Wiki: Documentation

$
0
0
Installation

VS Extension: Use the VS Extension Manager, or download the binaries and double click the ResXManager.VSIX.vsix
Standalone: Run the ClickOnce installer from the Downloads page.


Usage

VS Extension: ResX Resource Manager Extension can be found in the Tools and in the View|Other Windows menus of Visual Studio 2010. The window will show all ResX based resources in the active solution. Navigating to a resource in the Solution Explorer will automatically select the resource in the ResX Resource Manager. If you are using an integrated SCM, files will be checked out as you type.

Extension.png

Standalone: Start the ResX Resource Manager and select a directory (usually the solutions directory) in the applications main menu. The window will show all ResX based resources in the directory and all sub directories. It will simply group the resources by the nearest project file in the directory tree; no solution will be parsed, so if you don't have a clean directory, orphan or stale copies of resource or project files will appear in the list as well.

Standalone.png

All versions: When you select a resource file, all entries and their translations will be displayed in an editable grid. The first column displays the resource key, the second column the neutral resource, continued by one column per localized language.
You can add new languages and easily add translations by simply typing the localized string in the new columns that appear in the ResX Resource Manager. All entries will be created as you type.

Empty, untranslated entries are marked red, so they are easy to find; you can also sort the columns by clicking the header of any column to move all empty entries to the top. This project has integrated the Data Grid Extensions, so you can simply filter columns to search the view for something special to translate or verify.

CopyPaste.png

You can even copy and paste entire resource tables, if you prefer editing in another editor or want to send it in a generic format to your translator. When pasting back also subsets are supported; you can remove any of the language columns or text rows, only the header row and the first two columns are mandatory.

Note: This tool instantly saves the changes as soon as you leave a cell in the data grid. There is no save button, and undo is limited to the local undo of the grid's cell. If you are using Source Control Management, this is no limitation, since you will anyhow verify the changes before checking in. If you don't use an SCM, I would strongly recommend starting to use one ;-)


Source code checked in, #19783

$
0
0
Fix flag locator for neutral languages

Commented Issue: Wrong Spanish flag [1002]

$
0
0
In version 1.0.0.17 the Spanish flag is incorrect. Instead of the correct one it's displayed the Mexican one.
I'm using a resource with CultureCode "es" and "es-es".
Comments: Associated with changeset 19783.

Source code checked in, #19784

Source code checked in, #19786

$
0
0
Disable toolbar while editing to avoid possible exceptions.

New Post: Suggestion: integrate online translating tools

$
0
0
It would be very convenient to have an auto translate feature. Of course auto translation isn't perfect but it still would be helpful as it's likely to reduce the amount of text that is required to manually type in. :)

Source code checked in, #20108

Source code checked in, #20290

Closed Issue: Wrong Spanish flag [1002]

$
0
0
In version 1.0.0.17 the Spanish flag is incorrect. Instead of the correct one it's displayed the Mexican one.
I'm using a resource with CultureCode "es" and "es-es".
Comments: Resolved with changeset 20290.

Closed Issue: 1.0.0.16 version not working [993]

$
0
0
Is it just me or the latest version is not working in VS 2012?

I get the duplicate key error, but i do not have duplicate keys

I installed 1.0.0.15 but my resx files from project do not load into ResxManager.

I am using an older version I think 1.0.0.12 and works ok.
Comments: Resolved with changeset 20290.

Released: 1.0.0.18 (Jun 14, 2013)

$
0
0
1.0.0.18
  • Enable spell checker (if .Net language pack for the target language is installed)
  • German localization
  • Fix WI1002: Wrong Spanish flag
  • Fix WI993: Details of load errors are shown in the output pane
1.0.0.17
  • Catch errors and show in output window.
  • Make the language of the comment column selectable.
  • Add a "Like" button.
1.0.0.16
  • New filter "Show only rows with missing entries" makes it easier to find untranslated entries
  • Support linked items shared by multiple projects (fixes WI980, 982)
  • Fix WI986: Filtering on column doesn't work most of the time
1.0.0.15
  • Add new languages (works in extension only)
  • Edit multiple projects simultaneously
  • Flat or grouped view of multiple projects
  • Choose what columns to show or hide
  • Extended project/file filter
1.0.0.14
  • FIX WI909: Added filter for resource files
  • Sort files alphabetically
1.0.0.13
  • FIX WI889: Support legacy language tags (e.g. zh-CHS and zh-CHT)
1.0.0.12
  • FIX WI821: Re-create designer files after modifying neutral language.
1.0.0.11
  • FIX WI880: column filters restored.
1.0.0.10
  • FIX WI871: web forms support (files with nested extension like *.aspx.resx)
  • FIX WI870: Sort by key/Keep sorting - Default sort order now is by key.
  • FIX WI849/833: Improved auto-refresh when activating the view, + explicit refresh button.
  • FIX WI821: New strings can be added in the resource manager.
1.0.0.9
  • Usability improvements
    • DEL key deletes rows
    • Preserve column width and order during session
    • Preserve selection during session
    • Resizable navigation panel
    • Editable comments
1.0.0.8
  • FIX WI801: Extensions does not find ResX in Solution Folders
  • Improve keyboard navigation: Ctrl-Return starts editing without overwriting the content of a cell.
  • Improve multi-line editing: Return navigates instead of adding a new line. Ctrl-Return inserts a new line.
1.0.0.7
  • Import/Export tables also with multi-line text in cells.
1.0.0.6
  • Show the comment of the neutral language file
  • Import/Export tables via clipboard
1.0.0.5
  • VisualStudio Extension: Support VS 2012
1.0.0.4
  • Delete: Allow to delete multiple rows and correctly update display.
  • Improve context menus.
  • Show tooltip how to change the neutral language icon.
1.0.0.3
  • Show an icon for the neutral language, too.
1.0.0.2
  • Show display name and icon of the languages.
  • Automatic checkout of files upon editing, warn on file access errors.
  • Highlight empty entries.

Created Release: 1.0.0.18 (Jun 14, 2013)

$
0
0
1.0.0.18
  • Enable spell checker (if .Net language pack for the target language is installed)
  • German localization
  • Fix WI1002: Wrong Spanish flag
  • Fix WI993: Details of load errors are shown in the output pane
1.0.0.17
  • Catch errors and show in output window.
  • Make the language of the comment column selectable.
  • Add a "Like" button.
1.0.0.16
  • New filter "Show only rows with missing entries" makes it easier to find untranslated entries
  • Support linked items shared by multiple projects (fixes WI980, 982)
  • Fix WI986: Filtering on column doesn't work most of the time
1.0.0.15
  • Add new languages (works in extension only)
  • Edit multiple projects simultaneously
  • Flat or grouped view of multiple projects
  • Choose what columns to show or hide
  • Extended project/file filter
1.0.0.14
  • FIX WI909: Added filter for resource files
  • Sort files alphabetically
1.0.0.13
  • FIX WI889: Support legacy language tags (e.g. zh-CHS and zh-CHT)
1.0.0.12
  • FIX WI821: Re-create designer files after modifying neutral language.
1.0.0.11
  • FIX WI880: column filters restored.
1.0.0.10
  • FIX WI871: web forms support (files with nested extension like *.aspx.resx)
  • FIX WI870: Sort by key/Keep sorting - Default sort order now is by key.
  • FIX WI849/833: Improved auto-refresh when activating the view, + explicit refresh button.
  • FIX WI821: New strings can be added in the resource manager.
1.0.0.9
  • Usability improvements
    • DEL key deletes rows
    • Preserve column width and order during session
    • Preserve selection during session
    • Resizable navigation panel
    • Editable comments
1.0.0.8
  • FIX WI801: Extensions does not find ResX in Solution Folders
  • Improve keyboard navigation: Ctrl-Return starts editing without overwriting the content of a cell.
  • Improve multi-line editing: Return navigates instead of adding a new line. Ctrl-Return inserts a new line.
1.0.0.7
  • Import/Export tables also with multi-line text in cells.
1.0.0.6
  • Show the comment of the neutral language file
  • Import/Export tables via clipboard
1.0.0.5
  • VisualStudio Extension: Support VS 2012
1.0.0.4
  • Delete: Allow to delete multiple rows and correctly update display.
  • Improve context menus.
  • Show tooltip how to change the neutral language icon.
1.0.0.3
  • Show an icon for the neutral language, too.
1.0.0.2
  • Show display name and icon of the languages.
  • Automatic checkout of files upon editing, warn on file access errors.
  • Highlight empty entries.

Closed Issue: Error loading dependency [958]

$
0
0
Hi.

I installed the ResX Resource Manager from VS2012 using Tools -> Extensions and updates... and trying to activate the windows it throws me the message box with text:
- --------------------------
Microsoft Visual Studio
- --------------------------
Could not load file or assembly 'DataGridExtensions, PublicKeyToken=43de855f87de903a' or one of its dependencies. System cannot find the specified file.
- --------------------------
OK
- --------------------------
Comments: Closed since there was no feedback an none could ever reproduce this.

New Post: Suggestion: integrate online translating tools

$
0
0
Do you know any service that is free to use and does not require a private key? I have e.g. played around with Bing Translator API, but I'm not allowed to publish my private access key in an open source project!

New Post: VS2012 Error after upfdating to latest version (1.0.0.18)

$
0
0
Right after upgrading to the latest version, VS2012 is displaying the following error dialog whenever a project (any project/solution) is loaded:

Error Message

Closing VS2012 displays the same error message again.

New Post: VS2012 Error after upfdating to latest version (1.0.0.18)

New Post: Tagalog language (tl)

$
0
0
I love this project, but the Tagalog language (tl) appears to not be supported.
Viewing all 2435 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>