ASP.NET component to edit .resx files

前端 未结 3 565
庸人自扰
庸人自扰 2020-12-29 15:20

I\'m developing a multilingual web site and the localization is done mostly by using .resx files. But now I need to enable users with some permissions to edit resource files

3条回答
  •  死守一世寂寞
    2020-12-29 15:42

    I just found this Resource Blender application that's similar to what I was looking for:

    ResourceBlender is an open-source translation and internationalization application which offers an easy way to manage localized resources for inclusion with different applications. Available as an ASP.NET web application and a WPF desktop application, it makes localizing applications a breeze. ResourceBlender generates localized resources in different formats from a central database for inclusion with different applications.

    Key features offered include:

    • Export resources to .NET .resx files, Java .properties, GNU .po / gettext, XHTML entities and more.
    • Import/Export translation data as XML spreadsheets to make editing more convenient.
    • Use one translations database to keep localizations in-sync.
    • Supports MySQL, SQL Server and SQLite, so no external database is required.
    • Migrate from existing .resx or .properties files with an import wizard.
    • Easy for both translators and project owners/admins.
    • Free and open source.
    • Automatic machine translation with Google Translate.
    • Custom templates for resource formats.

提交回复
热议问题