Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
274
Localization of controls
posted

Hi,
I was trying to localize some controls.
This is the procedure I followed:

ResGen WebDataGridStrings_runtime.it-IT.resx
ResGen DataMenuStrings.it-IT.resx
ResGen TabStrings.it-IT.resx
ResGen DataTreeStrings.it-IT.resx
Al.exe /t:lib /embed:WebDataGridStrings_runtime.it-IT.resources /embed:DataMenuStrings.it-IT.resources  /embed:TabStrings.it-IT.resources /embed:DataTreeStrings.it-IT.resources /culture:it-IT /out:Infragistics35.Web.v11.1.resources.dll /template:Infragistics35.Web.v11.1.dll /keyf:SITCAB.snk

and then registered in GAC the dll Infragistics35.Web.v11.1.resources.dll.

As You can see, other resx files are correctly handled but Infragistics is still in English.

 

 

What am I doing wrong?

 

Another question, You render your controls with an Id like 'x:1931688476.1:adr:0', is there a way to set a different separator? i.e. an _ instead of :?

 

Thank You

 

Claudio Mellina

InfraLoc.zip
Parents
No Data
Reply
  • 29417
    Suggested Answer
    Offline posted

    Hello Costanzo,

     

     I believe you’ve opened a case with number CAS-88000-JYT8SV regarding the localization issue. I’m handling the case  so if you have any further questions or concerns regarding the localization let me know trough that case.

     

    Regarding the separators of the client id of the controls . There’s no setting you can use to change the ids. You could change them runtime for example on the control's Initialize client side event you can get those ids for example with jQuery and change them. Is there a specific reason you want them changed?

     

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Children
No Data