Mono Support How to put the localization (version 5.1) 

Viewed 35530 time(s), 16 post(s), 5/6/2015 10:13:04 AM - by hundhaus.site@gmail.com
5/6/2015 2:41:02 PM
345 Reputation 61 Total posts

Hi,
please do a pull from the same github repository, the missing reference has now been fixed.

You will also need to download and install ResXFileCodeGeneratorProviderModel_5_1_40_5107.Setup.msi from http://monox.mono-software.com/Downloads/#MonoX for the whole build/generation proces to work.

Let us know if you have some additional issues.

Regards,
Vedran

11
5/6/2015 3:23:10 PM
142 Reputation 17 Total posts

Error ...

12
5/6/2015 3:35:03 PM
345 Reputation 61 Total posts

I see the reference for you is still missing, what probably happened here is that Visual Studio removed the HintPath from the *.sln file while it was missing (before you did another pull).

The required dll path is <SolutionDir>\References\MonoSoftware.Web.ResourceProviderModel.dll , remove the missing reference from Visual Studio (the one with the exclamation mark) and add a reference to this file.

Alternatively, you can do a git hard reset to the latest commit (git reset --hard origin/master) but this will override all uncommited changes you have to the repository.

Regards,
Vedran

13
5/6/2015 3:48:08 PM
142 Reputation 17 Total posts

Error...

14
5/6/2015 4:08:29 PM
345 Reputation 61 Total posts

From what I can see, you've copied the the DefaultResources.resx file you want to customize, only thing remaining is to rename the file to something like DefaultResources.ru-RU.resx and delete the Designer.cs file for that .resx file.

This should prevent any file naming conflicts and once you do a build a localization dll should be placed inside /bin/ru-RU/ folder.

15
5/6/2015 4:39:33 PM
142 Reputation 17 Total posts

Super!
Thanks a lot for the help!

Best Regards,
Vlad

16
1 2
This is a demo site for MonoX. Please visit Mono Software for more info.