c# - Determine missing translations in RESX files -
for globalized c# windows forms projects set designer value localizable true store default labels automatically resx files.
my question is: there build-in way or setting determine , log
resourcemanager.getstring("translatedlabel", resourceculture);
wasn't able find translation given resourceculture , therefore took value invariant resx file? nice have these issues reported within error log.
till can find projects compare resx files , try find missing keys (e.g. http://www.codeproject.com/articles/322037/localization-sync). tools need take care of every single component translated. possibility miss 1 way high.
one way find missing resx entries using resex. vs extension displays resources in different languages side-by-side , highlights missing entries in red. can filter view show resources missing entries.
Comments
Post a Comment