MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How to put the localization (version 5.1)  (Mono Support )

Viewed 32295 time(s), 16 post(s) 5/6/2015 10:13:04 AMby hundhaus.site@gmail.com
vzakanj

vzakanj

5/6/2015 2:41:02 PM
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
This content has not been rated yet. 
345 Reputation 61 Total posts
hundhaus-site-gmail-com

hundhaus.site@gmail.com

5/6/2015 3:23:10 PM
Error ...
This content has not been rated yet. 
142 Reputation 17 Total posts
vzakanj

vzakanj

5/6/2015 3:35:03 PM
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
This content has not been rated yet. 
345 Reputation 61 Total posts
hundhaus-site-gmail-com

hundhaus.site@gmail.com

5/6/2015 3:48:08 PM
Error...
This content has not been rated yet. 
142 Reputation 17 Total posts
vzakanj

vzakanj

5/6/2015 4:08:29 PM
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.
This content has not been rated yet. 
345 Reputation 61 Total posts
hundhaus-site-gmail-com

hundhaus.site@gmail.com

5/6/2015 4:39:33 PM
Super!
Thanks a lot for the help!

Best Regards,
Vlad
This content has not been rated yet. 
142 Reputation 17 Total posts
1 2