English resource files

We're using Crystal Reports 2008, and we need the English resource files for the report viewer control to provide our translators. I've not been able to find any such file locally or on the internet.

I'm using C# .NET 3.5.
Maybe I'm approaching this wrong (I started this project in CR 10, but we're now using CR 2008). I was under the impression that I needed to get a file (see below), translate it into (say) Hungarian, then convert it into a resource with a command line tool, and compile that into an assembly.
If that's correct, then for the first two steps I'll need a human readable file, not an assembly.
What I would like is the English version of the "Viewer.txt" file (in German below) that starts, as follows:
#==============================================================================
1.   File:       Viewer.txt
2.   Summary:    This file contains GERMAN resources for CrystalDecisions.Windows.Forms.CrystalReportViewer
#==============================================================================
ID_HELP_ABOUT=Hilfe
ID_VIEW_GROUPTREE=Gruppenstruktur umschalten
ID_SEARCH=Text suchen
ID_GOTOPAGE=Gehe zu Seite
I know that the IDs are in English, but some of them are shorthand, like:
ID_OPEN_REPORT_DIALOG_TITLE=Vorhandenen Crystal Reports-Bericht öffnen
IDS_ERR_BUSY=Das Steuerelement ist mit dem Herunterladen von Daten beschäftigt.

Similar Messages

  • How can i locate the resource file in the weblogic?

    hello
    in struts, i can leave some parameter in a resource file (such as "Application.properties")outside of my code,and get them in the "Action" class by the "getResource" method.
    in my data access tier,i still want to use such a machanism but i can't use the "getResource()" method,for example,there is a ConnectionPool class,i want to read some parameters from a resource file ("param.properties") that is under the same directory as the ConnectionPool class,the following is the code snippet:
    public static void init(DataSource ds){
    myself=new ConnectionPool(ds);
    java.util.Properties prop=new java.util.Properties();
    try{
    java.io.FileInputStream fin=new java.io.FileInputStream("./param.properties");
    prop.load(fin);
    }catch(Exception e){
    e.printStackTrace();
    System.out.println(prop.get("help.create"));
    the "ConnectionPool" class is in the "com.jhtop.task.forum.db.util" package,the "param.properties" is in the same package (com.jhtop.task.forum.db.util),
    but when i execute the program,it tell me that it can't find the file.if i use the absolute path,it works.
    i wonder how can i locate the file path in the weblogic,or what's my current path,or how may i setup my work directory?
    in tomcat,my current directory is bin directory,how about weblogic?
    who can help me?thank you!

    My english is bad and I'm not sure I've well understood your problem.
    How have you created your file ?
    Why do you put it in such a directory and not an other ?

  • Resource File in Teststand

    I had defined some Custom Steps for some Tests in TypePalette and defined some strings as Module names.When I install Teststand in another PC,I had got my Custom Steps and StationGlobals back by transferring the corresponding ini files,but for certain Module names which i had defined Iam seeing in Type Palette as "String not found in Language resource file".What workaround can be adopted to resolve this?Message Edited by murali_vml on 06-14-2005 08:49 AM

    Hi,
    Is it the CustomStrings.ini or the TestStandStrings.ini that you have added your resource strings?
    Usual practices is to leave the TestStandStrings.ini alone in the NI\Language\English folder and add or modifiy the CustomStrings.ini in the User\Language\English folder.
    In the Teststand workspace file, include the ini file.
    In the deployment tool, you have the option too include the resource string file along with your test sequencefiles or enable the check button to include all files in the \Users folders.
    Hope this helps
    Regard
    Ray Farmer
    Regards
    Ray Farmer

  • Arabic resource file problem

    i use jdeveloper 10.1.3 and windows xp
    i developed an hr application
    no i want my application to support both english and arabic language
    so i used windows notepad to write my resource file in arabic and english
    with english it worked good no problems
    but when i tried to save the arabic resource file on notepad
    i could not save it in ANSI format
    so i tried to save the file in a unicode or utf-8 format
    the problem is that when i try to a resource file in a format either that ANSI
    i does not work except with ANSI FORMAT file with arabic or english
    waiting for reply

    I think that the solution is to use Unicode utf-8
    add this line in the header of every page that content arabic word
    <%@ page contentType="text/html; charset=utf-8" %>
    and in the ResourceBundle file write in arabic , you will see after compilation that what you had write in arabic became in Unicode.
    exemple :
    before compilation
    Form.label.sndName= &#1575;&#1604;&#1573;&#1587;&#1605;
    after comilation
    Form.label.sndName= \u0627\u0644\u0625\u0633\u0645
    and remember that i sad that you must add
    <%@ page contentType="text/html; charset=utf-8" %> in every page that content arabic word
    in jsp page write
    <bean:message key="Form.label.sndName"/>
    if you folowing this concept you will not encounter any problem with javascript validation

  • App for SharePoint online : Resource files can not with the app install package deployment

    I come from China, my English is not very good, bring you the confusion, I apologize;In the development of the APP to the store, I met a problem, hope someone can help me to solve, thank you very much, specific as follows:
    The development tools: vs2012
    Platform: office 365 development version
    Host:Auto
    Problem presentation:
    Press "F5" debugging running normally,Generate app install package, deploy to test environment, the app page error, tip can't find the resource file"
    error:
    Server Error in '/' Application.
    Object reference not set to an instance of an object.
    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.NullReferenceException: Object reference not set to an instance of an object.
    Source Error: 
    Line 107: <div id="FoundareADUserIndex_PageHead">
    Line 108: <span><img alt="" src="../images/head.png" height= "45px" width="45px" /> </span>
    Line 109: <span style="color: #000000; font-size: 28px; font-weight: bold"><%=HttpContext.GetGlobalResourceObject("FoundareADUserResource", "foundare_index_head").ToString()%></span>&nbsp;
    Line 110:
    Line 111:
    Source File: c:\DWASFiles\sites\fzym9dfaguchcdqnvjrwcr2pqasevj5hpvhmcaydkdg1.0.0.0\VirtualDirectory0\site\wwwroot\Pages\Default.aspx   
    Line: 109 
    Stack Trace: 

    Hi,
    According to your post, my understanding is that you want to use resource files in your SharePoint app project.
    Here is an article for your reference:
    http://msdn.microsoft.com/en-us/library/office/fp179919.aspx
    Code sample: SharePoint 2013: Localize the app web, host web, and remote components of an app
    http://code.msdn.microsoft.com/office/SharePoint-2013-Bookstore-328060fc/sourcecode?fileId=60464&pathId=1536365664
    Best Regards
    Dennis Guo
    TechNet Community Support

  • After Effects error: Creating a resource file

    Hi everyone
    I'm administrating a machine with several users mainly using After Effects. The machine runs on Windows 7 64 bit.
    I recently had to install videocopilots Optical Flares. Everything runs fine on my admin account but if i open AE on a user account i get an error message while on the loading screen. It says:
    After Effects error: Creating a resource file "c:insert path to OpticalFlares.aex here" (might be a bit different in english as i translated this from german)
    Every user has full read and write permission on the AE support files folder. Has anyone ever had such an error? All other plugins work as they should on every account.
    Thanks for any hints!
    Michael

    I still think it is a permissions/ user privileges/ policies/ security issue - if it runs on one account, it is unlikely the plug-in is damaged or you installed the 32bit version in CS5 or vice versa. I strongly suspect the plug-in is unable to probe your graphics card and thus never initializes. Perhaps it's being blocked by some security tool or your user account doesn't have the permissions to load system drivers. The latter can be fixed by changing the respective entry in your group policy editor (gpedit.msc). The respective point would be in Computerkonfiguration --> Windows-Einstellungen --> Sicherheitseinstellungen --> Lokale Richtlinien --> Zuweisen von Benutzerrechetn --> Laden und Entfernen von Gerätetreibern. And of course temporarily turn off security stuff to verify it's not the problem.
    Mylenium

  • Cannot find resource files to localize report

    Hello, i created report file in VS 2008 C#. Now the labels (not the data) of the report need to be localized.
    I have the files
    CrystalReport1.rpt
    CrystalReport1.cs
    in the solution, but cannot see resource file like
    CrystalReport1.resx
    linked to it.
    How can i create localized resources?
    Is there a Language property i cannot find?

    See this thread for more info:
    English resource files

  • GWTMSTMP - Unable to load resource file

    I'm working on getting a script up and running for Groupwise 2012 and I need gwtmstmp to work. Whenever it's called, this error message is generated:
    Load of Resource File (/opt/novell/groupwise/agents/bin/../lib/gwtsaxce.fil) failed - error - 8209 for lang 'ce'
    Trying 'us' Resource File.
    Load of Resource File (/opt/novell/groupwise/agents/bin/../lib/gwtsaxce.fil) failed - error - 8209 for lang 'en'
    I'm running SLES-10 SP3 with Groupwise 2012 at the latest patch level.
    Any one with an idea of how I might resolve this problem?
    Thanks.

    In article <[email protected]>, Ssmusupport
    wrote:
    > I'm running SLES-10 SP3 with Groupwise 2012 at the latest patch level.
    >
    > Any one with an idea of how I might resolve this problem?
    >
    By any chance was this installed at one level of 2012 and then patched?
    It does feel like perhaps one was the Multilingual and the other was
    English only.
    The English only install I am looking at only has
    /opt/novell/groupwise/agents/lib/gwtsaxen.fil, not the ce one your
    system is looking for
    And while /opt/novell/groupwise/agents/bin/../lib/ does map to
    /opt/novell/groupwise/agents/bin/lib/ it does look odd, is it actually
    doing that?
    On a pair of GW 2012 sp2 English systems I am looking at right now.
    .agents/bin/gwtmstmp and .agents/lib/gw*en.fil are all dated March 25,
    2013 There are no .agents/lib/gw*??.fil other than the en ones.
    Andy of
    KonecnyConsulting.ca in Toronto
    Knowledge Partner
    http://forums.novell.com/member.php/75037-konecnya
    If you find a post helpful and are logged in the Web interface, please
    show your appreciation by clicking on the star below. Thanks!

  • Resource file issue in Visual Webpart for Visual Studio 2012

    I am using visual studio 2012 to develop visual webparts,we have a multilingual site whic is in english and arabic.when i try to use resource file for both i am getting error for resource not found but the same thing is working in visual studio 2013.please
    suggest is it a problem or tell me how can i use resource files in visual studio 2012

    For using resource file in Visual web part you must need to add resource file in to App_GlobalResources instead of 15 hive resource folder.

  • Networked string resource files

    I've created some custom string resource files for user interface messages such as message popups. I've located them in the Components\User\Language\English directory of each computer running TestStand. Instead, I would like to have a single copy on a networked drive so that I only have to update a single location when the strings change. Is there any way to have TestStand automatically load non-local string resource files and have the ResStr function work.

    As you have determined, ResStr will work for the files you add to Components\User\Language\ or Components\NI\Language\ (as documented starting on page 3-6 of the TS user manual). However, at the moment there is no way to redirect TestStand to look in a directory located on a server.
    NI has documented this suggestion and will consider it for future releases of TestStand.

  • Not able eto publish theme - resource file does not exist

    Hi Guys!
    I try to publish a service to standalone ITS.. When I publish service, it is ok, but when I try to publish Theme 99, I get an error:
    Ressource file ws01000109  99 does not exist
    How can I get this resource file?
    What to do to be able to publish it?
    Thanx a lot!
    Peter

    Hello Peter,
    Maybe a resource file does not exist for ws01000109.  Have you tried to display the file?  You can do so by double clicking on the 99 in the left side tree.
    Edgar

  • How to add resource files to a new folder to a project in JDeveloper 11g

    Currently, new folder can only be created when creating an item within JDeveloper via setting the destination folder.
    I have some resource files that are binary files and created outside JDeveloper.
    How can I add those resource files to a specific folder under an existing project so that we can do versioning control on those files using SVN within JDeveloper?
    Or I have to manage the versioning control of those files outside JDeveloper?

    Go to project properties - >Project content - > resources and add the directory.

  • Problem in reading a resource file form JAR

    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
         libDir -
              XMLEntities.res
         modelDir -
              File1
              File2
              File3
    Step1 - I create a jar file with root as modelDir and with all its files.
    Step2 - I add XMLEntities.res also to the root of the jar
    If I run my application using
    java -classpath ;C:\aip_build\build_dm\rmi_server_files\dm.jar; model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar my application does find XMLEntites.res
    Can anyone tell me why the application can not find the XMLEntities.res inside jar?

    Sorry I missed one line............
    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
    ----libDir -
    --------XMLEntities.res
    ----modelDir -
    --------File1
    --------File2
    --------File3
    Step1 - I create a jar file with root as modelDir and
    with all its files.
    Step2 - I add XMLEntities.res also to the root of the
    jar
    If I run my application using
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\dm.jar;
    model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext
    directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar
    my application does find XMLEntites.res
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\;C:\aip_build\b
    ild_dm\rmi_server_files\lib
    model.data_model.ActivateDataManager
    Can anyone tell me why the application can not find
    the XMLEntities.res inside jar?try loading the resources as a InputStream
    something like :
    InputStream is = NameOfLoadingClass.class.getClassLoader().getResourceAsStream("XMLEntities.res");
    Hope this might help you in some way.

  • Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?

    Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?
    I've installed three times with no luck. I downloaded the Creative Cloud Packager off the licensing site: https://licensing.adobe.com. I unpacked and choose my applications. The install seemed to be successful, but I don't so any of the applications anywhere.

    Hi,
    Creating package doesn't mean it will install the product,
    You will need to install the package now. Please follow the instructions mentioned in the below articles
    Creative Cloud Help | Creating or editing packages
    Creative Cloud Help | Deploying packages
    Please let me know if it doesn't help.
    Regards,
    Devendra

  • Firefox cannot be closed; the following message appears: "Can't load resource file, can not run". How to solve this problem; I am using Windows XP SP3

    Whwn I want to close Firefox 9.x , a pop-up appears with the message: "Can't load resource file ......" . First I have to close this pop-up, then Firefox is closed. Also with other versions of Firefox I had this problem.

    i deleted the rdf and now the first window only (and any tabs in it) are maximised. i found this in the rdf
    <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
    screenX="4"
    screenY="4"
    width="1008"
    height="461"
    sizemode="Normal" />
    i tried changing normal to maximised; no effect. either i need also to change the numbers (to match a maximised window) or ff ignores this. i want to be able to open different sites in different windows, and not have to maximise them manually. ff never used to be broken, why break this? what possible security flaw was fixed by screwing up ff to never open maximised unless u hack it or delete certain config files?

Maybe you are looking for

  • TAXBRA - Preço bruto (PR00)

    A regra de negócio na empresa usa o valor bruto da mercadoria (-IPI e ICMS-ST). Alguem sabe se existe alguma fórmula STD diferente da 320 para associar na condição ICMI assim como havia a 323 e 321 na TAXBRJ? Aqui foram desenvolvidas fórmulas para de

  • HT201263 unable to restore because of connection not recognized

    I was able to follow all of these instructions to restore the Ipod until hit the Restore button. I then get a message that it was unable to connect to Itunes because of no internet connection. But I am connected. How do I get it to recognize the conn

  • Copying Inspection results from inspection lot.

    Dear All, Please explain me the process of copying inspection results in QM. Following is my clients requirement: During receiving inspection they receive the same material in say 10 batches (coils). They want to create the independent batch for  eac

  • Address Groups creation in 10.5 Server

    Hi, I use 192.168.2.x for the local network. I tried to create a network range in the Firewall's "Address Group" section but get an error message that this is an "Invalid IP address or range or group" but this is my enabled subnet in DHCP. I can on t

  • Analysing Alertlog entries

    Hi all, I am getting a few errors/entries in alertlog which I am not able to understand, need your help. I am on 10.1.0.2 64 bit Enterprise Edition, IBM/AIX RISC System/6000 Backup is scheduled at 05.05 / 13.15 / 21.15  via crontab, not sure what doe