Design and CSS styles
Version 7.x > Design and CSS styles > Language problem View modes: 
User avatar
Member
Member
merete-grape - 7/26/2013 4:26:24 AM
   
Language problem
My store is set to Norwegian.
Translation of CMS.nb-NO.resx is performed.

Still I get the English pop-up box with the result of this:
ecommerce.updateshoppingcart.increaseproductnumber

Any idea where I should fix?

v7.0.42


User avatar
Kentico Support
Kentico Support
kentico_filipl - 7/26/2013 5:43:49 AM
   
RE:Language problem
Hello,

Does it happen for all resource strings defined in Norwegian resource file or just this specific one? What about other cultures?

Additionally, could you confirm that you have Norwegian culture added in Site Manager -> Sites -> <edit your site> -> Cultures?

Best regards,
Filip Ligac

User avatar
Member
Member
merete-grape - 7/26/2013 5:55:13 AM
   
RE:Language problem
Same problem for other things as well....

And Cultures is set to norwegian :)

User avatar
Kentico Support
Kentico Support
kentico_filipl - 7/29/2013 4:13:46 AM
   
RE:Language problem
Hello,

Could you clarify if it shows you a codename of the resource string itself, e.g. "Some text. ecommerce.updateshoppingcart.increaseproductnumber" or a resolved representation, e.g. "Some text. You need to update product units up to the maximum available quantity which is {0} or remove it from the shopping cart to continue shopping."

Could you also attach screenshots of the behaviour?

Thank you in advance.

Best regards,
Filip Ligac


User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 7/30/2013 7:04:23 AM
   
RE:Language problem
If this (ecommerce.updateshoppingcart.increaseproductnumber) is the resource string, you can find the default values (english) in /CMSResources/cms.resx. You do not need to modify them there, you can simply log into the CMSSiteManager>Development>UI Cultures and add/modify it there either in your "default" culture or select a UI culture in the list on the All Cultures tab. If it doesn't exist add a new key/value with the same exact key for your Norwegian language and you should be ready to go.