Question about localization

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Good day.

I'm moving to nopCommerce 2.0. I have Russian language pack for 1.9 and tryied to import it to the new version. Unfortunately, there are many resources to translate.

The question is: is there easy way to select all string resources without translation to the current selected language?

Thank you in advance, Serge
12 years ago
Language can't be upgraded as resources in nop2.00 are completely diferent from nop1.9.
12 years ago
wxDevelopment wrote:
Language can't be upgraded as resources in nop2.00 are completely diferent from nop1.9.


Yes, I see. Pity.
12 years ago
Постараюсь сделать полную локализацию через неделю
12 years ago
simplexx wrote:
Постараюсь сделать полную локализацию через неделю


С меня бутылка ракии. И (или) бесплатно схемы (https://www.nopcommerce.com/boards/t/10905/one-design-25-themes.aspx)
12 years ago
Есть новости по локализации?
12 years ago
Когда будет русская локализация?
Заранее благодарен!
12 years ago
Олег закончил локализацию. Скачать можно тут
12 years ago
Спасибо!
12 years ago
After installing russian language pack (nopCommerce 2.0) I have such bug:
In admin panel when I try to save any changes in Configuration -> settings when selected Russian language I have such error:

Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.]
   System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args) +9362240
   System.String.Format(IFormatProvider provider, String format, Object[] args) +107
   System.String.Format(String format, Object[] args) +31
   Nop.Services.Logging.CustomerActivityService.InsertActivity(String systemKeyword, String comment, Object[] commentParams) in F:\Own\NopCommerce\Sources\src\Libraries\Nop.Services\Logging\CustomerActivityService.cs:160
   Nop.Services.Logging.CustomerActivityService.InsertActivity(String systemKeyword, String comment) in F:\Own\NopCommerce\Sources\src\Libraries\Nop.Services\Logging\CustomerActivityService.cs:138
   Nop.Admin.Controllers.SettingController.GeneralCommon(GeneralCommonSettingsModel model) +2737
   lambda_method(Closure , ControllerBase , Object[] ) +108
   System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +188
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
   System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +56
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +267
   System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +20
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +190
   System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +329
   System.Web.Mvc.Controller.ExecuteCore() +115
   System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +94
   System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
   System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37
   System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
   System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
   System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
   System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +31
   System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7
   System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +23
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +59
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8836913
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184[/b]
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.