Developer forum

Forum » Development » Translate.Translate dll

Translate.Translate dll

Marco Santos
Reply

Hello.

 

If I want to do something like Translate.Translate("Aktivitetskalender",9), which dll (in DW 8) do I need to reference? I have referenced all the Dynamicweb dlls, but none of those has this definition.

 

Marco


Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
This post has been marked as an answer

Hi Marco,

 

That particular class has been hidden from IntelliSense, but is still present. You need to explicitly know the fully qualified name in order to use it. The class is in the Dynamicweb.dll and the FQN is Dynamicweb.Backend.Translate.Translate("YourKey").

 

Please be aware that this is not a geenral translation feature in the system, but rather a way for us to localize the Administration of Dynamicweb. The translations are made by our QA department when we release a new version of Dynamicweb. You can reuse our translations without any issues though.

 

Hope this helps :)

 

- Jeppe

Votes for this answer: 1

 

You must be logged in to post in the forum