Register | Login
Friday, February 10, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorError: DSTabLocalizator is currently unavailableError: DSTabLocalizator is currently unavailable
Previous Previous
 
Next Next
New Post
 11/20/2009 1:33 AM
 

Hi Locopon!

First of all thank you very much for this great tool!

I have installed the newest version of DSTabLocalizator to my DNN 5.x.

It is working with English and Hungarian language. I've added 2 additional languages: German, and French.

When I click on one of them in the LocaleSelector I receive the following error message:

Error: DSTabLocalizator is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: format ---> System.ArgumentNullException: Value cannot be null. Parameter name: format at System.String.Format(IFormatProvider provider, String format, Object[] args) at System.String.Format(String format, Object arg0) at Delisoft.DNN.Modules.DSLocalizator.UI.DSTabLocalizator.e() at Delisoft.DNN.Modules.DSLocalizator.UI.DSTabLocalizator.a(Object A_0, EventArgs A_1) --- End of inner exception stack trace ---

What can be the problem?

Thanks,

Arpad

New Post
 12/1/2009 7:26 PM
 

That meand that a language resource file has no correct fallback configured. The module is receiving an empty string

What version of DNN are u using?... some versions under 5.1.4 were habing this kind of problems. Also. What is in the page you are testing when switching the languages? The DSLocalizator Module??

New Post
 12/4/2009 6:25 AM
 

Hi.

Thanks for your answer.

Hmm, what should I give to fallback language?

Dnn: 5.01.02

There are MMlinks, TExt/Html modules. This error is on all of the pages, but only in case of using French, and German.

New Post
 12/6/2009 7:04 PM
 

Before 5.1.4 there are bugs with fallback languages in DNN. So this means that when a text is requested for a module, DNN returns the text string from a resource file corresponding to the selected language. If you are using i.e. French, if no french resource file exists and no fallback language is configured, then DNN will return an empty string

Try setting en-US as your fallback langage for french and german

I also suggest you to upgrade to DNN 5.1.4

Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorError: DSTabLocalizator is currently unavailableError: DSTabLocalizator is currently unavailable