Developer forum

Forum » Development » RE: Custom Module Translation

RE: Custom Module Translation

Jakob -
Reply

Hello DynamicWeb

Currently im building a custom module, and im having trouble with translating certain fields, is there any way to simply turn this behaviour off, until i would need it or better yet actually make a language set my application, only thing i could find on this was a post from 2008 that said you would need to localize within asp.net, is this still the case?

Picture of problem

code

<dw:RibbonBarTab runat="server" ID="nametab" Name="1 - Generel">

Appreciate any help on this issue.


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer

This only happens when you log in with an Angel account so it's not an issue for typical users. Would that solve the issue?

Imar

Votes for this answer: 1
 
Jakob -
Reply

This solved the issue, however is it possible to actually translate these things in a custom module or would i have to come up with my own language library?

Thanks! :)

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

The abckend runs against data stored in the Language.db database. All keys that exist will be translated for you. In theory you could add your own keys to that database, but it's impactical since you lose your data during the next upgrade.

.NET Resource files are probably the easiest way to solve this.

Cheers,

Imar

 
Jakob -
Reply
 
Jakob -
Reply

Thanks for the answers this gives me some options to work with much appreciated

Cheers

 

You must be logged in to post in the forum