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.

Sorry, Localization / Translation problems  (Mono Support )

Viewed 22059 time(s), 5 post(s) 28.07.2011 14:06:21by reconnect

Related topics

reconnect

reconnect

28.07.2011 14:06:21
Hello all,

I started yesterday morning with reading about translating this wonderfull program in Dutch.
But all i read is that first i have to change the web.config file.
i have to change the default ResourceProviderModel and set it to DBResourceManager.

But the word ResourceProviderModel is more then once in the web.config file
witch one to alter???


And now that i am here is there a dutch translation available somewhere ?

thanks in advanve

Dieser Inhalt wurde noch nicht bewertet. 
28 Reputation 2 Total posts
khorvat

khorvat

28.07.2011 15:13:06
Hi,

Dutch translation is not available so you need to do it your self (we can include the Dutch localization in upcoming releases if you provide us with the resource files). If you are a developer our suggestion is to use the resource files through the Visual Studio to translate the resources, if you are not a developer we can suggest two approaches:

1. You can switch the resource provider in the web.config (We will provide you with the steps on how to do this) and use DBResourceManager this way you will be able to translate the resources through the MonoX administration interface but note that this way it will be harder for you to upgrade to new MonoX version.

2. We can send you an MS Excel spread sheet with all the resource keys that you need to translate, after you are done you can send it back to us and we will include it in the new MonoX version which will be sent to you.

Please let us know which option suites you the best.

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
reconnect

reconnect

28.07.2011 16:55:47
Hi Khorvat,

For this moment i would like to go for your first option, maybe lator on i will try a more difficult one.


1. You can switch the resource provider in the web.config (We will provide you
with the steps on how to do this) and use DBResourceManager this way you will be
able to translate the resources through the MonoX administration interface but
note that this way it will be harder for you to upgrade to new MonoX version


awaiting your response,

Paul Moolenaar
Dieser Inhalt wurde noch nicht bewertet. 
28 Reputation 2 Total posts
khorvat

khorvat

28.07.2011 19:36:26
Hi,

to enable the DBResourceManager you need to go to web.config and change the following:

Find
<ResourceProviderModel defaultProvider="ResourceManager">
and replace it with
<ResourceProviderModel defaultProvider="DBResourceManager">

Now you will be able to open a Portal Localization in the MonoX administration area. You can read more about the working with DB resource provider in the manual under the section 13.1

I hope this will help you start working on the Dutch translation, if you need more assistance let us know.

Regards

Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
khorvat

khorvat

28.07.2011 21:18:18
Hi,

just to refer you to some articles on the site if you didn't already take a look at them:

MonoX Localization
Localization
Multilanguage Portal

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts