Skip to content

Commit ae9d349

Browse files
chore: Update 2025-01-15-dotnet-resx-import-export.mdx (#901)
Updated some descriptions, added subheadings, and added an extra paragraph
1 parent 1c776a9 commit ae9d349

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

blog/2025-01-15-dotnet-resx-import-export.mdx

+10-7
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
2323
/>
2424

2525

26-
We’re excited to share that Tolgee now supports the [.NET RESX format](/platform/formats/dotnet_resx), a format for localization in .NET applications.
26+
We’re excited to share that Tolgee now supports the [.NET RESX format](/platform/formats/dotnet_resx) (also known as resx .net or res x), a format for localization in .NET applications. This update benefits every .NET app.
2727

2828
<!--truncate-->
2929

30-
This means you can now import and export your localization files in the RESX format, making it easier than
31-
ever to integrate Tolgee into your .NET workflows.
30+
This means that now you can import and export your localization files in the RESX format, making it easier than ever to integrate Tolgee into your .NET workflows. Simply use your RESX file in our translator software.
3231

33-
The RESX format is popular for its simplicity and integration with the .NET ecosystem. It’s XML-based, with support
34-
for localizing strings, images, and other resources. With Tolgee’s support, you can now manage your string resources.
32+
## What is ASP.NET Core and RESX format?
3533

36-
Whether you’re building ASP.NET applications, WPF apps, or anything else in the .NET world, just upload your
37-
RESX files to Tolgee, make your edits, and export them back, ready to use in your project.
34+
ASP.NET Core is an open-source and cross-platform framework developed for building web apps, APIs, and microservices. ASP.NET Core supports development on Windows, macOS, and Linux. It works well with cloud services and modern tools like Docker and Kubernetes. It has a modular architecture, and for building dynamic web content, it supports Model View Controller and Razor Pages.
35+
36+
The RESX format is popular for its simplicity and integration with the .NET ecosystem. It’s XML-based, with support for localizing strings, images, and other resources. With Tolgee’s support, you can now manage your string resources effortlessly using any standard resource file format.
37+
38+
## ASP.NET Core, RESX files and Translator Software
39+
40+
Whether you’re building using ASP.NET Core, a WPF app, or anything else in the .NET world, just upload your RESX files to Tolgee, make your edits, and export them back, ready to use in your project, applying language translator software.
3841

3942
Try it out and let us know what you think! As always, your feedback helps us improve. Happy localizing!

0 commit comments

Comments
 (0)