RSS

Blog posts tagged with 'languages'

How to change CSS style sheet with language in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

There are times when nopCommerce developers / designers have to implement different layout for each language (if there are more than one languages installed on the store site). The requirement certainly makes sense because in different language the length of words / sentences can be different so if your layout is specific to the content of one language; by changing the language of the store site might create some issues with the layout of the site.

Today, we will go over the process to changing CSS style sheet with language in nopCommerce.
How to manage locale string resources in nopCommerce

Written by Lavish Kumar

written by Lavish Kumar

Today, we will discuss, how to manage locale string resources of each store for any published language. The benefit of using locale string resource is that if you have multi-store or if you allows your customers (or users) to view your store site in different languages, you can easily set up a resource string with its value and based on the language, it will change automatically instead of you saving each languages text as hard code.

nopcommerce locale string