I18n Support for WD-Java UI Elements on CE 7.10, Particularly Chinese text

Hello Experts,
Using NWDS 7.10 SP5, I have followed the Tutorial : Developing International
WebDynpro Applications
(cf. http://help.sap.com/saphelp_nw04s/helpdata/en
/44/f0674039c6c549e10000000a1550b0/frameset.htm)
to create a WD-Java program with three languages : English, German and Chinese.
I can see that the files below
Location.dtsimpletytype
Location.dtsimpletytype_de.xlf
Location.dtsimpletytype_de.properties
Location.dtsimpletytype_zh.xlf
Location.dtsimpletytype_zh.properties
I18nView0.wdview.xlf
I18nView0.wdview_de.xlf
I18nView0.wdview_de.properties
I18nView0.wdview_zh.xlf
I18nView0.wdview_zh.properties
are generated in the related folders.
The build EAR file is deployed a CE 7.10 SP7 instance.
The English and German versions of UI are working fine; however, the Chinese version is missing.
I checked inside the generated JAR file (company.com~i18ntest.jar) and found the following files :
(Simple Type Resource Properties File)
simpleTypeResource.properties
simpleTypeResource_de.properties
simpleTypeResource_en.properties
(WD Component Text Resource Properties File)
ResouceI18nComp01.properties
ResouceI18nComp01_de.properties
ResouceI18nComp01_en.properties
There is no *_zh.properties file in there !
I am wondering whether I have missing something or WD-Java for CE 7.10 does
support Chinese (or other asian languages) UI element/message at all ??
Any info will be much appreciated !
Ying-Jie Chen

Hi Yingjie,
I am also facing the same problem.
Can you pls tell how did you solve this issue?
Thanks!

Similar Messages

  • Getting invalid packages when installing support for stored java objects

    I am getting invalid packages notices when installing support for stored java objects in Forms 9i that can with the Oracle 9iDS Suite. In the post installation notes it says to locate a few SQL files, PLB files and a JAR file and run them. On executing the SQL package that will install the rest , I am logged in as SYSTEM as the instructions stated, I get an error when it tries to load the PLB files ( which are encrypted from Oracle). Any one else have this problem or know of a solution?
    If you need more information please let me know and I will try to respond promptly.
    Thanks
    Chad Leath

    The PLB package is called ORA_DE_REFLECTION. I forgot to mention this in the previous post.

  • [svn:osmf:] 10164: Prototype: Add support for retrieving VAST wrapper elements.

    Revision: 10164
    Author:   [email protected]
    Date:     2009-09-11 12:11:59 -0700 (Fri, 11 Sep 2009)
    Log Message:
    Prototype: Add support for retrieving VAST wrapper elements.  Introduce HTTPLoader for retrieving data from URLs.  Minor changes to VAST object model and parser (just the minimum to get wrapper parsing to work), probably needs a formal pass.
    Modified Paths:
        osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoadedContex t.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInline.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdWrapper.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/dom/MASTDocume ntProcessor.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTLoad er.as
    Added Paths:
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoadedContext.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essedEvent.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essor.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInfoBase.as

  • JSC2 Support for Traditional Java Package Names

    We have been looking for some encouraging words in the JSC2 documentation concerning the use of traditional java package organization for our creator projects but have been unable to find any. JSC2 appears to use a new project directory structure for its own purposes. However, there is no mention of package naming improvements in response to past requests from JSC1 users. We still very much want to organize our project content in the familiar java "com.company.ourproject.ourfeature" style. Is it the intention of the Creator developers to provide improvement in support for custom package names in JSC2 that is beyond what was possible in JSC1? Any insightful comments would be greatly appreciated.

    Hi,
    Please go through the following thread which discusses about the package structure:
    http://swforum.sun.com/jive/thread.jspa?threadID=53439&tstart=0
    Hope this heps
    Cheers
    Giri :-)
    Creator Team

  • Support for Nikon D7100 in Elements 10

    Elements 10 will not open NEF files from my new Nikon D7100. It opens those same type of files from the D7000 and the D800.Does this mean I will need E 11?
    Message title was edited by: Brett N

    WIN : http://www.adobe.com/support/downloads/detail.jsp?ftpID=5569
    MAC : http://www.adobe.com/support/downloads/detail.jsp?ftpID=5568

  • Natvis: Support for pattern in Item element

    I'm working with a large set of generated classes, whose fields are named like so:
    m_XXX_entry
    I would like to be able to define a natvis rule that looks something like this:
    <Type Name="GeneratedBase">
    <Expand>
    <FieldItems>
    <Expression>m_(\w+)_entry</Expression>
    <DisplayName>$1</DisplayName>
    <Value>this->m_value</Value>
    </FieldItems>
    </Expand>
    </Type>
    Is there already an existing feature that can accomplish this? If not, is there a way to extend natvis to enable something like this?
    Thanks

    Hi yxrkt,
    I'm afraid that you would custom the data type with the debugger extension.
    This blog shared us a simple sample about "how to create a type visualizer for a custom data type", maybe it could provide useful information for you.
    http://blogs.msdn.com/b/vcblog/archive/2012/07/12/10329460.aspx
    The MSDN document shared us some information about how to create custom views of native objects in the debugger.
    https://msdn.microsoft.com/en-us/library/jj620914.aspx?f=255&MSPPError=-2147217396#BKMK_Expressions_and_formatting
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Support for HTTP  Range header element

    Regarding Weblogic 7.1 sp2 +,
    Does the HTTP implementation in the web server component support the "Range" header
    element ???

    Damien Dallimore wrote:
    Regarding Weblogic 7.1 sp2 +,
    Does the HTTP implementation in the web server component support the "Range" header
    element ???Welblogic 8.1 supports HTTP byte-ranges. You can contact customer
    support if you need a patch on 71

  • IE8 Support for WebDynrpo Java

    Hi, We are on EP6 and i read in SAP Notes that the Support Pack Level is 25 for IE8 Support (in non-compatability mode), but I can only see a support pack to patch level 24 in service.sap.com.
    Does anyone know if SP25 for EP6 is out yet? or if not, then when it is likely to be released?
    regards,
    rob
    Edited by: robert munro on Jun 23, 2009 1:57 PM

    I was aware that SP 23 was already out in the beginning of this year and as per your information SP 24 is also available now.  SP 25 is surely not out yet.
    Just keep checking the PAM it would be updated as soon as the new SP is released. Not sure but I don't think you'll have to wait too long

  • Transaction support for LC Java API?

    Hi everybody,
    I'm using the LC Java API to make some stuff with the LC ES like file converting, create and apply of policies, and reader extending and I will wrap this actions in a single transaction - e.g. if the applying of a policy fails, the document should not be reader enabled or stuff like this.
    I've found some classes in the LiveDoc specification - com.adobe.idp.dsc.transaction.* -, but no examples, how to use it.
    Can somebody help me with a code snippet or tip?
    Thanks & regards
    Angel

    You can only do this at your own logic, because these operations are not atomic .

  • Support for Java Server FAce in Workshop

    Dear All,
    Does anyone have any idea if and when Workshop will include support for the Java
    Server Faces (JSF) framework?
    Thank you
    Abe

    While I cannot share any specific product plans from any vendor, I would like to point out that all of the vendors of IDEs in the Java web application space are members of the JSR-127 expert group that is defining JavaServer Faces. Indeed, one of the primary design goals for the APIs is to ensure that development tools have sufficient information available to create high quality user interfaces at design time, so we're doing all we can to enable this kind of thing.
    As JavaServer Faces matures, I think you will be very pleased with the quality and quantity of tools support for it.
    Craig McClanahan

  • Plugin support for a GUI

    Hi,
    I am in the process of adding plugin support for a Java-based GUI and have the following question: is it possible for the plugin to be non-Java code - that is, is it possible to load/execute a plugin software that is not written in Java. For example if I had a C program to do something, can I invoke that program as a plugin from a Java application? Any pointers that would help me to achieve this would be great help.
    Thanks.

    Intune is an OS management solution that among other things will push software to managed systems. Intune uses an agent installed on the managed systems to accomplish its tasks.
    Depending on the meaning of the word "client", Intune is probably not what you are looking for. Are you an IT organization managing "client" computers or are you a software vendor with "clients/customers" who use your application?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Enterprise System 5 support for Windows 2003 server

    Hi,
    Can you tell me if it is possible to run Sun Java Enterprise System 5 on a windows server and get the portal server to work?
    Weare currently using JBoss ... and not very keen on it as a portal server.
    I tried installing ES5 but was unable to get the portal server to play, then i read something about no support for windows 2003 in ES5.
    Can someone confirm if this is true, unfortunately I am tied into using a windows server for lots of reasons. Is the download for ES4 still available? I believe Portal 6.0 instead of 7 is still ok for windows Server 2003 ?
    If Portal 7.0 will play with windows, is there a guide somewhere that you can point me to as I am totally new to portals and could use a bit of an idiots guide.
    Any info welcome !!
    Cheers

    The support for Sun Java System Portal Server on Windows in Java Enterprise System 5 is limited to evaluation and development only. The Windows distribution for Portal Server (PS 7.1 Update 2) is provided as a pre-configured install. To install it, you unzip the file, and run a small setup script to change the hostname information. The pre-configured installation is setup with a fixed install location, ports, etc. so it is not really suitable for a deployment for that reason. Once installed, all of the functionality is there otherwise except the ability to patch the system.
    Note: I just tried going through the download links, and there is something broken in the Sun download center. I've sent an internal notification about this.

  • Why no support for element factories?

    The XML parser should support user supplied element factories.
    That is, I should be able to instruct the parser to use my
    class when creating elements and attributes it encounters.
    Among other things, this would allow me to exclude certain
    elements/attributes from the parse tree as it is being
    constructed, rather than having to filter them in a subsequent
    walk of the DOM tree.
    Both the IBM and the Microsoft parser support this functionality.
    Here, for example, is the Microsoft interface I can implement
    in order to receive callbacks for element creation:
    interface ElementFactory
    public Element createElement(Element parent, int type, Name
    tag, String text);
    public void parsed(Element elem);
    public void parsedAttribute(Element e, Name name, Object
    value);
    null

    Node Factory exposure along with some additional APIs are planned
    for the production release in a few weeks.
    Eric Friedman (guest) wrote:
    : The XML parser should support user supplied element factories.
    : That is, I should be able to instruct the parser to use my
    : class when creating elements and attributes it encounters.
    : Among other things, this would allow me to exclude certain
    : elements/attributes from the parse tree as it is being
    : constructed, rather than having to filter them in a subsequent
    : walk of the DOM tree.
    : Both the IBM and the Microsoft parser support this
    functionality.
    : Here, for example, is the Microsoft interface I can implement
    : in order to receive callbacks for element creation:
    : interface ElementFactory
    : public Element createElement(Element parent, int type, Name
    : tag, String text);
    : public void parsed(Element elem);
    : public void parsedAttribute(Element e, Name name, Object
    : value);
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • Java Proxy Generation not working - Support for Parallel Processing

    Hi Everyone,
    As per SAP Note 1230721 - Java Proxy Generation - Support for Parallel Processing, when we generate a java proxy from an interface we are supposed to get 2 archives (one for serial processing and another suffixed with "PARALLEL" for parallel processing of jaav proxies in JPR).
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1230721
    We are on the correct patch level as per the Note, however when we generate java proxy from the IR for an outbound interface, it genrates only 1 zip archive (whose name we ourselves provide in the craete new archive section). This does not enable the parallel processsing of the messages in JPR.
    Could you please help me in this issue, and guide as to how archives can be generated for parallel processing.
    Thanks & Regards,
    Rosie Sasidharan.

    Hi,
    Thanks a lot for your reply, Prateek.
    I have already checked SAP Note 1142580 - "Java Proxy is not processing messages in parallel" where they ask to modify the ejb-jar.xml. However, on performing the change in ejb-jar.xml and while building the EAR, I get the following error:
    Error! The state of the source cache is INCONSISTENT for at least one of the request DCs. The build might produce incorrect results.
    Then, on going through the SAP Note 1142580 again, I realised that the SAP Note 1230721 also should be looked onto which will be needed for generating the Java proxy from Message Interfaces in IR for parallel processing.
    Kindly help me if any of you have worked on such a scenario.
    Thanks in advance,
    Regards,
    Rosie Sasidharan.

  • Queries on Mac OS X support for Java 1.3

    Hi All
    I am having some trouble figuring out how to make Swing based Applets
    work on Mac OS X. Can anybody help me ?
    Queries on Mac OS X support for Java 1.3
    1) Will a Java Applet compiled using Java 1.3 run on "Mac OS X" without the need for a Plugin.? This includes Applets using Swing since we compiled using 1.3.
    2) I tried to run some Java 1.3 applets compiled using 1.3.1-04.
    Unfortunately, the Applets wouldn't run.
    Is there some setting in Mac OS X that i need to change or modify for the Applet to work ?
    3) When i open a Terminal in Mac OS X and type Java -version, i get
    "------ Java 1.3---------".
    This implies that Mac OS X supports the Java 1.3 SDK. Does it imply that it supports the runtime as well since this is usually the case ?.
    If it supports the runtime, then does this inculde support for Swing.
    Finally, as i enquired in '(1)' does this mean that i do not need any plugin(MRJ) to make Swing based applets work.
    Thanks and regards
    Prashanth

    What I am seeing is that Java is throwing a security error when file io is initiated by an external call from Javascript to a file on the server that java should have access to. Here is the error.
    <<< ProxyClassLoader: defined LiveConnectProxy class. >>>
    <<< Here're the permissions you've got: >>>
    <<< java.security.Permissions@157402b (
    (java.net.SocketPermission www.dhba.com connect,accept,resolve)
    >>>
    VirtualLab.loadProblemSpecification: properties file=assignments/Walkthough.xml
    http://www.dhba.com/wested/applet/assignments/Walkthough.xml not retrieved
    java.security.AccessControlException: access denied (java.io.FilePermission assignments/Walkthough.xml read)
    My system:
    Mac OSX10.6.4 with Firefox3.6.12 (Java Plug-in 1.6.0_22 Using JRE version 1.6.0_22-b04-307-10M3261 Java HotSpot(TM) Client VM)

Maybe you are looking for

  • Error when using WETextArea and WESubmitButton

    <p>Hi again,</p><p> </p><p>I think I may have found a issue.</p><p> </p><p>if you have a form that has only a WETextArea and a WESubmitbutton that is submitting back to the same report  ( with or with out database connection) I get a error message wh

  • How to create an apex session in e.g. SQL*Plus?

    I would like to establish an apex session using a tool different from SQL Workshop. How can I achieve this using e.g. SQL*Plus or SQL Developer? Is there some document on the internet which addresses this question? I couldn't find it yet.

  • Apache frontend for Weblogic: problem

    Folks, I have Apache 2.x running. The module "mod_wl_20.so" is in the <apache_home>/modules directory. httpd.conf contains the following: LoadModule weblogic_module modules/mod_wl_20.so <IfModule weblogic_module> WebLogicHost <ip-address of weblogic

  • CS3 Won't Work

    I have installed -successfully - CS3 on my HP m9500y.  During installation the disk checks system (ok) and Installation (ok). I am not asked to register during the process.  I try to open the program from the program menu in my start button.  It seem

  • HT201210 error 3194 when trying to update to ios 5.1.1

    i can not update my iphone 4, when i try to update on i tunes it extracts the software but when it gets to verifying iphone i get the error code 3194, i have tried to update also on the phone through the iphone and get a message saying not enough fre