Languages & Localization

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 years ago
Languages & Localization is very easy and perfect work, but how can i change the language for content also? like Poll answer eg. (Excellent, Good, Bad). I want to change its language to be as the selected language.
15 years ago
Unfortunately it's not supported now
15 years ago
I got this message when try to login [color=red]Your login attempt was not successful. Please try again.[/color] but it's just in English and it's not one of the Localization Items, how can I change it by chosen language?
15 years ago
You should localize asp:Login control on Login.aspx page (not localized now). FailureText property.
15 years ago
Hi,

As a comment: there is also a little problem with all the RTL issue - many rtl definition are in the html source and not the in the css.
15 years ago
You can manage the RTL direction:
1. replace the line No. 7 on main.master page
[color=red]<html xmlns="http://www.w3.org/1999/xhtml">[/color]
by this line
[color=green]<html xmlns="http://www.w3.org/1999/xhtml" dir="<%=NopContext.Current.WorkingLanguage.LanguageID==8?"rtl":"ltr" %>">[/color]
where (8) is your RTL LanguageID

2. Comment it in NopCommerceWeb\App_Themes\publicStore\style.css
.mainTable {
  /*[color=red]text-align:left;[/color]*/
  margin:0px auto;
  padding:0px auto;
  width:674px;
  vertical-align:top;
}
15 years ago
NopCommerce v1.05 >> need to localize these:
Forgot password? label in Login Page is not localized
Page direction should be changeable by language (RTL or LTR)
Default Text Align should be changeable by language (Left or Right))
Default Float Direction should be changeable by language (Left or Right)
Main Images should be changeable by language (logo.jpg, VerticalLine.gif, h_sep.gif, Arrows: q1.gif)
14 years ago
Hi,
i am using NopCommerce 1.2 and i need to use with arabic language (direction) from rtl , can any body advice, coz i am facing a lot of problems related to thi issue,
14 years ago
hi: How do I add a new language (Arabic)؟
14 years ago
mbekhit

Download Arabic language pack from here
https://www.nopcommerce.com/p/60/arabic-jordan-language-pack.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.