Developer forum

Forum » Development » Custom module language

Custom module language


Reply

Hi!


 


How do I prepare a custom module for languages in DynamicWeb? I'm creating a database, and it should work on all languages the customer has on their page.


Replies

 
Nicolai Høeg Pedersen
Reply
christopher@kreativstrek.no wrote:


Hi!




 




How do I prepare a custom module for languages in DynamicWeb? I'm creating a database, and it should work on all languages the customer has on their page.





 


Where do you want to handle language - in the frontend or backend?


 


If it is in backend Dynamicweb has a system for translating the administration - this can unfortunately not be used for custom modules since you cannot add new words and phrases. In this case you woud have to implement you own simple language system.

 
Reply
NP wrote:

christopher@kreativstrek.no wrote:





Hi!








 








How do I prepare a custom module for languages in DynamicWeb? I'm creating a database, and it should work on all languages the customer has on their page.










 




Where do you want to handle language - in the frontend or backend?




 




If it is in backend Dynamicweb has a system for translating the administration - this can unfortunately not be used for custom modules since you cannot add new words and phrases. In this case you woud have to implement you own simple language system.



 


 


I'm talking frontend. So when the language is changed, it changes the language in the custom content. Is this just as simple as querystring, or a global app thing?

 
Nicolai Høeg Pedersen
Reply

It is.

 
Reply
NP wrote:


It is.



Ok, Any example? :-)

 

You must be logged in to post in the forum