TxTranslation
TxTranslation copied to clipboard
Tx Translation & Localisation for .NET and WPF
Not a big improvement but I did the work already. So take it or leave it. Thanks for the excellent TX translate tool.
TxLib stores its translations in a static dictionary. Imagine you have your application A.exe that uses TxLib.dll version A. Now A.exe has plugin support and can be enriched by the...
Hi! I'm trying to build my application to deploy via clickonce and get following error: ``` txt Assembly generation failed -- Referenced assembly 'Unclassified.TxLib' does not have a strong name...
If your software is signed, all its dependencies need to be signed as well. Every dll can be signed later on using sn.exe but this is not the fastest and...
In some cases the program got an error when copying keys to the clipboard. This small change fixes the problem.
Do you plan on supporting .Net Standard / .Net Core? I am currently using your software (love it BTW), but need to convert my software to .Net Standard. Will you...
I'm not sure if this behavior is intentional, but it is not how I understood the documentation. Say you have a txd file with English (as primary) and French cultures,...
Hi, we are loading dictionaries from both an embedded resource and from XML files. The embedded resource acts as a fallback when the user does not provide a complete txd...
NuGet package: Fluent.Ribbon Reference: dotnetpro 2016-09/76
Move most of the body of LoadFromEmbeddedResource() into a new void which just accepts a stream and loads the definitions. LoadFromEmbeddedResource() calls LoadFromStream() after the resource stream was received. This...