Commented Feature: Keys' default Value pattern for add new resx file [1373]
When you add a new resx file to the project for a language, also include a way to specify the default value of each key from the Neutral resx - something like: prefix the Neutral value with the locale...
View ArticleCommented Issue: Error: Value cannot be null [4623]
Hey there tom, big fan of your work.I am running ResXManager hosted in Visual Studio Community 2013 and implementing WebSite projects with ASP.Net WebPages.Since update 1.0.0.57, I've been having an...
View ArticleClosed Issue: Error: Value cannot be null [4623]
Hey there tom, big fan of your work.I am running ResXManager hosted in Visual Studio Community 2013 and implementing WebSite projects with ASP.Net WebPages.Since update 1.0.0.57, I've been having an...
View ArticleNew Post: Detecting code references in UWP
In a UWP I have keys defined like so: TextblockUid.Text Which is used in a text block with x:Uid=TextblockUid" I'm having an issue in detecting code references with this as x:Uid="($Key)" Won't detect...
View ArticleNew Post: Detecting code references in UWP
The best way would be to use <TextBlock Text="{x:Static p:Ressources.XYZ}" /> like in WPF. This also gives you compiler errors if you are accessing a non-existing resource.
View ArticleCreated Unassigned: Checkout All resx prior to Translate > Apply All [4629]
To help with performance, I've found that if I checkout all resx files in my project prior to Translate > Apply All, it goes dramatically faster. To that end I have created a few batch files that...
View Article