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.
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.
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.
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?
It is.
NP wrote:It is.
Ok, Any example? :-)
You must be logged in to post in the forum