I18n support?

Hi,
does Flex offer I18n support?
I mean in the meaning of  bundling all texts from the application into several txt or properties files and translate them for the different languages. As I'm planing to develop business applications this is a crucial requirement as a large number of languages should be supported.
What is the flex way to do this?
Kind regards
Tom

Thanks Greg!
After reading the documentation I had the problem that all new locales didn't work.
The compiler reported the following task(s):
Unable to open C:\Program Files\Adobe\Flex Builder 3\sdk\3.2.0\frameworks\locale\<xy> ....
Your blog solved my Problem.
Is it really the problem that Flex is not I18n able for its own components? Does every developer have to translate and compile the default properites for each local he wants to use???? Thats horrible. - oh btw Japanese is supported in my version.
Kind regards
Tom

Similar Messages

  • Providing full I18n Support in j2ee apps

    Can anyone point me to some tutorials on steps to follow for providing full I18n support in j2ee wep applications.
    Thanks in advance.

    I believe you will find that ICU4J provides the suppost you are looking for -
    http://www-306.ibm.com/software/globalization/icu/index.jsp

  • SUN Cluster I18N support

    Can anybody tell me in what level does SUN cluster support I18N? I know it supports localized GUI and messages. But, does it accept localized resource names, resource group names, resource properties etc.?

    Here is the only answer I've had so far from my colleagues:
    -->
    As far as I know, resource/RG names, property names,
    and property values have to be ascii strings (though
    possibly the values could be multibyte strings as
    noted in another email). I'm not sure if the
    property names too could be multibyte. I'm not sure how
    the character set gets rendered when someone runs
    an administrative command or gui.
    <--
    I hope that is some help,
    Tim
    ---

  • PDF form I18N support

    Is there any support for different language in PDF? How many languages are currently supported by default?
    Is there any documentation or sample related to the support of I18N?
    If I need to create a form for different languages,  do I have to create multiple forms based on the same schema or it is possible that I can create one form but just provide the locale to switch the language display defined in multiple property files (like Java/JSP).
    If the validation is needed, can that (script) also be locale aware?
    If I really have to create multiple forms for the users, is it possible to change the language of the work space UI to other language based on the user profile?

    Hi,
    >Is there any support for different language in PDF? How many languages are currently supported by default?
    Yes, it has locale support, but it is supporting stuff like month, currecies etc.
    >If I need to create a form for different languages,  do I have to create multiple forms based on the same schema or it is possible that I can create one form but just provide the locale to switch the language display defined in multiple property files (like Java/JSP).
    You can create one form, but all translation have to be embeded to form ar binded to XML data file.
    >If I really have to create multiple forms for the users, is it possible to change the language of the work space UI to other language based on the user profile?
    It is possible to customize workspace UI, for this you wll have toadd some locale properties file and recompile flex application.
    BR,
    Paul Butenko

  • Does Java-I18n supports translation of numbers

    Hi
    I have gone thru many sites that deals with i18n using Java. In all the sites the translation of numbers to specific languages is not dealt with. Only the formatting of the numbers are explained.
    Some languages have their own glyphs of representing the digits 0-9, though they are not used now. Can anyone let me know whether translation of numbers is really needed for I18n and if needed how is this achieved through Java.
    Rgds,
    Jagan

    I assume that by "translation" you mean locale-dependent formatting? If you use the locale model in Java, the numbers will be formatted appropriately. For an example, see the number formatting for Arabic in the CLDR here:
    http://www-950.ibm.com/software/globalization/icu/demo/locales/?d_=en&_=ar

  • 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!

  • Using properties from a propery file (for i18n support) in a html:select

    <Newbie alert!>
    OK, I' d like to be able to put text strings used by my JSP/Struts pages in a properties file so that we can change them for different languages. So I have a file referenced in struts-config.xml as such:
    <message-resources parameter="com.myproject.resources.ApplicationResources"/>
    This works fine and I can use tags like: <bean:message key="prompt.decision"/> in my JSP files.
    I would like to be able to use strings defined in the property file also for a dropdown list like such:
    <html:select name="displayForm" property="scoreFinalDecision" >
         <html:option value="Approved"><bean:message key="option.approved"/></html:option>
         <html:option value="Denied"><bean:message key="option.denied"/></html:option>
    etc etc
    </html:select>
    This works, but I would like the value (i.e. value="Approved") also to be picked up from the
    property file, not hard-coded like above.
    How can I do that? I know that I could pick up the values from a Collection using html:options,
    but I don't understand how that would help me get the values from the property file?
    </Newbie>
    Many thanks,
    Tattersail (who notices that his forum doesn't undertand international characters: ���)

    Well you could use an <html:optionsCollection tag
    Just fetch the content of your property file in your action and then populate a vector with labelvalubean object (comes with the struts package) org.apache.struts.util.LabelValueBean
    labels = new Vector();
    //loop here
    LabelValueBean label = new LabelValueBean("value","label");
    labels.add(label);
    //end loop
    yourForm.setYourOptionCollection(label);
    The in your form you write something like
    <html:select name="displayForm" property="scoreFinalDecision" >
    <html:optionsCollection property="your property here" />
    </html:select>
    it will iterate through your vector and display the options

  • I18n related info for SAP WebAs

    Hi All,
    I am using SAP Web AS J2EE engine on all the supported platforms. Now, i am planning to provide i18n support in my SAP plugin but not sure how well SAP J2EE engine handles the internationalization. Here are few of my concerns:
    1. How to configure SAP WebAs to display log messages in Japanese/other languages? Do i have some configuration in Visual Administrator or in some other SAP tool?
    2. How to add users to SAP WebAs User Directory with usernames containing Japanese/other characters? is it supported in SAP Web AS?
    Any quick help on this is highly appreciated.
    Regards

    Hi All,
    I am using SAP Web AS J2EE engine on all the supported platforms. Now, i am planning to provide i18n support in my SAP plugin but not sure how well SAP J2EE engine handles the internationalization. Here are few of my concerns:
    1. How to configure SAP WebAs to display log messages in Japanese/other languages? Do i have some configuration in Visual Administrator or in some other SAP tool?
    2. How to add users to SAP WebAs User Directory with usernames containing Japanese/other characters? is it supported in SAP Web AS?
    Any quick help on this is highly appreciated.
    Regards

  • SQL data in XML I18N form

    Can SQLX functions supports Internationalized XML document generations? like one can produce utf8/big5/sjis XML document..

    bhatech,
    The following link/document may help answer your question. If you search for the I18N text.
    http://www.grandpoohbah.net/Sandeepan/OW_UnstructuredData_StrategiesForAllYourData_10g_0803.pdf
    Basically, it states I18N support for differing character sets on client and server supported in 10g

  • Feature request for JSF i18n.

    First of all, bear with me for my english is poor.
    Utilizing JSF's i18n support, I created a small site that can display each of
    its pages in three different languages: English(en), Spanish(es) and Korean(ko).
    The page's view defaults to english but a user can view the pages in other languages, so the site can be viewed according to the user's preferred language. The user's language preference is stored in a session-scoped backing bean (preference.locale) so that the tag
    <f:view locale="#{preference.locale}">will show each page in the user's prefered locale.
    But the problem is this: If the user visited my site, selected the Korean
    locale and found some content interesting, he would probably copy the page's URL
    http://mysite/myapp/somedir/page1.jspand send it to a friend saying,
    "Hey buddy! go to this URL and read the article. Don't worry, you will surely
    understand the text because it's in Korean language."
    Then, his friend will reply saying,
    "Are you crazy? The URL you've given me is not in Korean, it's in English."
    Of course this will be the behavior of my site because the "preference" backing
    bean that determines the site's locale lives only in session scope; and, without
    this backing bean set to another langauge, all pages will initially be in English
    which is the default locale.
    But this problem could be fixed if the default locale of each page in my webapp relies not on a backig bean but on some pattern in the URL. For example, when the page
    http://mysite/myapp/somedir/page1.jspis accessed with this URL
    http://mysite/myapp/ko/somedir/page1.jspthe <f:view> of my application will default to Korean, indicated by the /ko/ pattern in the URL. It may also be http://mysite/myapp/en_US/somedir/page1.jsp
    that defaults to US English locale or http://mysite/myapp/es/somedir/page1.jsp
    that defaults to Spanish locale.
    I think if JSF has this feature, bookmarking problem on internationalized site could also be fixed and the contents of the website in different languages can also be indexed by search engines.
    I think, URL=accessibility.
    I don't want to use the querystring thing as the solution for this because of the reason that's hard for me to explain.
    If you get what I'm trying to express and this feature request sounds stupid, please educate my ignorance. If anyone has an idea of a better solution for this,
    please share. Thanks to all.

    You could use a Phase listener to check the current
    URL.
    I would rather use a URL with a request parameter, as
    follows:
    http://mysite/myapp/somedir/page1.jsp?locale=koIn your Phase listener, I would look for the locale
    parameter in the URL and set the local accordingly if
    it exists, otherwise, I would use the default one.
    Does that help?The pages in my site contains a lot of links and I dont want all those links to look like this:
    go to page 1
    or
    <h:outputLink value="page1.jsp">
    <f:param name="locale" value="#{preference.locale}"/>
    </h:outputLink>
    that's why I wanted all views in my pages to just rely on the preference.locale which is a session-scoped backing bean. But this approach has the problem I stated in my original post. I think it would be very nice for JSF if the <f:view> will be set by default according to some pattern in the URL (but not like query string).

  • File name Encoding

    We have a requirement from our customer for some simple content management. Basically they will get a directory on our server to place pdf files. We then read this folder at runtime and dynamically create a JavaScript tree so that users can view and select their required pdf.
    In terms of display we have a simple policy. The display text is the name of the file with underscores replaced by spaces (e.g. My_Document.pdf --> My Document). We require this functionality (at first) in 6 languages (English, French, Spanish, Dutch, German and Italian).
    The problem we have is concerning the file names with "non-english" chars such e grave, e acute etc used in French, German and Dutch. We have copied the pdfs from a windows server to a Unix server. The code works fine on windows but once ported to Unix we get question marks replacing the chars mentioned. Basically what we do is given a root (e.g. /usr/local/documents/fr) we then call listFiles() on the File object.
    Do you think this is something to do with the encoding of the actual file names? Or perhaps to do with a missing language pack on the Solaris machine? Unfortunately I know very little about Unix and we only have one Unix admin guy who has never encountered this problem before.
    Has anybody else encountered this problem, or know how I can correct this?
    Thanks in advance, Laurence.

    This is the output from the locale command whatever
    this means:
    LC_CTYPE="C"This means you are using the default locale (called "C" probably because of the programming language). In the default locale the encoding that Java picks up is 7bit ASCII which doesn't contain characters like e with acute accent. There are a number of things you can do to change this: you can change the locale through environment variables, or change only the encoding that Java picks up.
    Locale is changed by modifying the LANG environment variable. You can list all available locales with the command "locale -a". For instance to change to US English (which uses the iso-8859-1 encoding with &eacute; etc) you would use these commands before running your program (choose one for the shell you use):tcsh% setenv LANG en_US
        or
    bash$ export LANG=en_USYou can change the encoding that Java picks up from the system with "-Dfile.encoding", for example:java -Dfile.encoding=ISO-8859-1 YourClass> Unfortunatley I cannot get a local login to the
    server. It is a production server in a rack and only
    has remote access. My ssh client (Putty) displays the
    characters correctly.
    Then hopefully this time the file names have been transferred ok and you are able to run the program after either of the modificatios above :)
    Yet again they don't display correctly....Yep, and old bug that the admins haven't arsed to fix, kind of sad considering the i18n support Java has...

  • Invalid Page fault in IMM32.dll on Japanese Win 98

    Hi
    First of all, let me say that I'm new to internationalization fundamentals.
    My Java application uses i18n.jar for internationalization support(primarily Japanese) and everything seems to be fine on all OSes(Win2k,NT,98,Solaris etc), except that in particular menu options in Japanese version of Win98(m/c has MS-IME 98 running), a Windows fatal error pops up saying "Javaw caused a invalid page fault in module IMM32.dll". IMM32.dll, I understand, is the dll required for i18n support in Windows.
    This error comes up if we exit immediately after launching application or when trying to launch new windows for charts etc.
    Could you please suggest a workaround or a fix to this issue? What could be the root cause of the problem, I mean, does i18n.jar use the IMM32.dll, or is it just a conflict? Have there been other such cases?
    Thanks for all your advice in advance
    Regards
    Santosh

    If Javaw is causing the page fault, that's very much a bug in native code (i.e. Windows-only stuff) within the VM.
    Search through the bug database on this site, and you'll more than likely find a corresponding bug report for this if it's been around a while and is fairly easy to produce. If you can't find it, submit it - I'm sure the Sun guys would be concerned to hear that Javaw is crashing and burning.
    Hope that helps!
    Martin Hughes

  • Error message upgrading Sun One Web Server

    We currently use Sun One Web Server SP 4. I have a RSA Cleartrust Agent to install that specifies SP 5. I downloaded SP 7. When I try to install it I receive the following message - "A previous release of the Web Server has been detected in the server root. Please select a different server root." I tried stoppping all the services, then installing, same result. The documentation says to run the install, it would detect the previous version and install. Do I have to uninstall the previous version? I do not want to do that. Thanks in advance.
    Jim

    admin.inf
    [General]
    Name=Administration Services
    Components=admin,admin-client
    Checked=TRUE
    Description=Server Administration Services used by system administrators to manage all iPlanet Servers.
    [admin]
    DefaultAcceptLanguage=en
    Vendor=Sun | Netscape Alliance
    Name=iPlanet Administration Server
    NickName=admin
    Description=Provides services to other server products.
    Dependencies=base/5.1
    Version=5.1
    Revision=
    Compatible=4.0
    Security=domestic
    BuildNumber=2002.158.2342
    Registration=FALSE
    Checked=TRUE
    IsAdmin=TRUE
    UseLDAP=TRUE
    BackupFiles=/admin-serv/config/adm.conf
    Mandatory=FALSE
    #install files for admin
    System32Archive=
    Archive=admin.z
    #plugin dll section
    PlugIn=insadm.dll
    ReadInf=ADM_ReadComponentInf
    PreInstall=ADM_PreInstall
    AskOptions=ADM_AskOptions
    GetSummary=ADM_GetSummary
    WriteGlobalCache=ADM_WriteGlobalCache
    WriteLocalCache=ADM_WriteLocalCache
    ReadGlobalCache=ADM_ReadGlobalCache
    ReadLocalCache=ADM_ReadLocalCache
    PostInstall=ADM_PostInstall
    PostUnInstall=ADM_PostUnInstall
    PreUnInstall=ADM_PreUnInstall
    [admin-client]
    Dependencies=base-client/5.1
    Name=Management Console
    Description=Used by system administrators to manage other server products.
    Version=5.1
    Compatible=4.0
    BuildNumber=2002.158.2342
    IsMCC=TRUE
    Checked=TRUE
    Mandatory=FALSE
    Security=domestic
    #install files admin-client component
    Archive=console.z
    #plugin dll section
    PlugIn=insadm.dll
    PreInstall=CON_PreInstall
    PostInstall=CON_PostInstall
    PostUnInstall=CON_PostUnInstall
    PreUnInstall=CON_PreUnInstall
    WebServer.inf
    [General]
    Name=iPlanet Web Server, Enterprise Edition
    Plugin=WebServer\WebServer.dll
    Description=iPlanet Web Server, Enterprise Edition
    Checked=True
    Components=NESCore,JRE,Java,Search,SNMP,I18N,CleanUp
    [NESCore]
    Vendor=Sun Netscape Alliance
    Name=Server Core
    Description=iPlanet Web Server Core
    Nickname=nescore
    Version=6.0
    BuildNumber=2
    Compatible=4.0
    Dependencies=svrcore/4.2
    DefaultAcceptLanguage=en
    Expires=0
    Registration=FALSE
    Security=domestic
    Checked=TRUE
    Mandatory=TRUE
    IsAdmin=FALSE
    UseLdap=FALSE
    SourcePath=WebServer
    Archive=nescore.zip
    System32Archive=nescore32.zip
    Plugin=WebServer\WebServer.dll
    PreInstall=SvrCore_PreInstall
    AskOptions=SvrCore_AskOptions
    WriteGlobalCache=SvrCore_ReadGlobalCache
    ReadGlobalCache=SvrCore_ReadGlobalCache
    ReadLocalCache=SvrCore_ReadLocalCache
    WriteLocalCache=SvrCore_WriteLocalCache
    GetSummary=SvrCore_GetSummary
    PostInstall=SvrCore_PostInstall
    PostUnInstall=SvrCore_PostUninstall
    [JRE]
    Name=Java Runtime Environment
    Description=Java Runtime Environment
    Nickname=JRE
    Version=1.1
    BuildNumber=2
    Compatible=1.1
    Expires=0
    Registration=FALSE
    Security=domestic
    Checked=TRUE
    Mandatory=True
    SourcePath=WebServer
    Archive=jre.zip
    PlugIn=WebServer\WebServer.dll
    PreInstall=JVM_PreInstall
    AskOptions=JVM_AskOptions
    GetSummary=JVM_GetSummary
    PostInstall=JVM_PostInstall
    [Java]
    Name=Java and Servlets
    Description=iPlanet Web Server Java and Servlets Support
    Nickname=java
    Version=6.0
    BuildNumber=2
    Compatible=4.0
    Expires=0
    Registration=FALSE
    Security=domestic
    Checked=TRUE
    Mandatory=True
    SourcePath=WebServer
    Archive=java.zip
    PlugIn=WebServer\WebServer.dll
    PreInstall=Java_PreInstall
    GetSummary=Java_GetSummary
    WriteLocalCache=Java_WriteLocalCache
    ReadLocalCache=Java_ReadLocalCache
    PostInstall=Java_PostInstall
    [Search]
    Name=Search and Indexing
    Description=iPlanet Web Server Search and Indexing Support
    Nickname=search
    Version=6.0
    BuildNumber=1
    Compatible=4.0
    Expires=0
    Registration=False
    Security=domestic
    Checked=True
    Mandatory=False
    SourcePath=WebServer
    Archive=search.zip,searchdata.zip
    PlugIn=WebServer\WebServer.dll
    PreInstall=WebPub_PreInstall
    WriteLocalCache=WebPub_WriteLocalCache
    PostInstall=WebPub_PostInstall
    [SNMP]
    Name=SNMP
    Description=iPlanet Web Server SNMP Support
    Nickname=snmp
    Version=6.0
    BuildNumber=1
    Compatible=4.0
    Expires=0
    Registration=False
    Security=domestic
    Checked=True
    Mandatory=False
    SourcePath=WebServer
    Archive=snmp.zip
    PlugIn=WebServer\WebServer.dll
    PreInstall=SNMP_PreInstall
    PostInstall=SNMP_PostInstall
    [I18N]
    Nickname=i18n
    Name=I18N Support
    Version=6.0
    Compatible=4.0
    Expires=0
    Checked=True
    Mandatory=True
    Visible=False
    SourcePath=WebServer
    Archive=i18n-core.zip
    UseLDAP=False
    Description=iPlanet Web Server Internationalization Support
    Registration=FALSE
    Plugin=WebServer\WebServer.dll
    PreInstall=I18N_PreInstall
    AskOptions=I18N_AskOptions
    WriteLocalCache=I18N_WriteLocalCache
    GetSummary=I18N_GetSummary
    PostInstall=I18N_PostInstall
    defLang=en,ja
    en=�p��
    ja=���{��
    [CleanUp]
    Name=Upgrade Files
    Description=iPlanet Web Server Upgrade Files
    Nickname=cleanup
    Version=6.0
    Compatible=4.0
    Expires=0
    Registration=False
    Security=domestic
    Checked=True
    Mandatory=True
    Visible=False
    SourcePath=WebServer
    Archive=nescore.zip
    PlugIn=WebServer\WebServer.dll
    PreInstall=Cleanup_PreInstall
    AskOptions=Cleanup_AskOptions
    GetSummary=Cleanup_GetSummary
    WriteLocalCache=Cleanup_WriteLocalCache
    PostInstall=Cleanup_PostInstall

  • Pacman -Syu issues... tunepimp

    root@vistakiller:~ # pacman -Syu
    :: Synchronizing package databases...
    current [#################################################] 100% 72K 63.1K/s 00:00:01
    extra [#################################################] 100% 280K 98.9K/s 00:00:02
    unstable [#################################################] 100% 14K 14.2K/s 00:00:01
    :: community is up to date
    Targets: db-4.5.20-1 apache-2.2.4-2 apr-util-1.2.8-2 beryl-settings-bindings-svn-3550-2 python-2.5-3
    blender-2.43-3 cracklib-2.8.10-3 cvs-1.11.22-4 cyrus-sasl-2.1.22-3 postgresql-libs-8.2.3-1
    cyrus-sasl-plugins-2.1.22-4 dnsutils-9.4.0-1 flac-1.1.4-1 gnome-common-2.12.0-7 heimdal-0.7.2-5
    jack-audio-connection-kit-0.102.20-2 k3b-1.0-1 kdeaddons-3.5.6-3 kdebase-3.5.6-4 kdebindings-3.5.6-2
    kdelibs-3.5.6-6 fftw-3.1.2-1 libofa-0.9.3-1 tunepimp-0.5.3-1 kdemultimedia-3.5.6-2 kdeutils-3.5.6-2
    kdevelop-3.4.0-2 klibc-1.5-1 klibc-extras-2.2-2 libgsf-1.14.3-2 libieee1284-0.2.10-3 libldap-2.3.33-3
    libsamplerate-0.1.2-3 libsasl-2.1.22-3 libsndfile-1.0.17-1 libxml2-2.6.27-2 libxslt-1.1.20-2
    neon-0.25.5-5 nspr-4.6.6-1 nss-3.11.5-1 openldap-2.3.33-2 openssh-4.6p1-1 pam-0.81-3 perl-5.8.8-5
    pil-1.1.6-2 postfix-2.3.6-3 python-numeric-24.2-2 pycairo-1.2.2-2 pygobject-2.12.3-2 pygtk-2.10.4-1
    python-gtkglext-1.1.0-2 python-opengl-2.0.2.01-2 qt-3.3.8-2 rdesktop-1.5.0-1 ruby-1.8.5_p12-2
    smbclient-3.0.24-2 startup-notification-0.9-1 subversion-1.4.3-2 thunderbird-1.5.0.10-1 vim-7.0.216-1
    wxgtk-2.8.0.1-2 xine-lib-1.1.4-2
    Total Package Size: 223.3 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts...
    error: the following file conflicts were found:
    tunepimp: /usr/include/tunepimp: exists in filesystem
    errors occurred, no packages were upgraded.
    root@vistakiller:~ #

    Thanks Snowman,
    Well........ for better or worse..... I did "rm -Rf /usr/include/tunepimp" ..... then redid pacman -Syu and it appears to be working fine now.  I suppose I could have just moved the /tunepimp dir to something like /tunepimp-backup.... to be safer....but it did appear to work anyway.
    root@vistakiller:~ # rm -Rf /usr/include/tunepimp
    root@vistakiller:~ # pacman -Syu
    :: Synchronizing package databases...
    current [#################################################] 100% 72K 16.7K/s 00:00:04
    extra [#################################################] 100% 280K 40.6K/s 00:00:06
    unstable [#################################################] 100% 14K 15.6K/s 00:00:00
    :: community is up to date
    Targets: db-4.5.20-1 apache-2.2.4-2 apr-util-1.2.8-2 beryl-settings-bindings-svn-3550-2 python-2.5-3
    blender-2.43-3 cracklib-2.8.10-3 cvs-1.11.22-4 cyrus-sasl-2.1.22-3 postgresql-libs-8.2.3-1
    cyrus-sasl-plugins-2.1.22-4 dnsutils-9.4.0-1 flac-1.1.4-1 gnome-common-2.12.0-7 heimdal-0.7.2-5
    jack-audio-connection-kit-0.102.20-2 k3b-1.0-1 kdeaddons-3.5.6-3 kdebase-3.5.6-4 kdebindings-3.5.6-2
    kdelibs-3.5.6-6 fftw-3.1.2-1 libofa-0.9.3-1 tunepimp-0.5.3-1 kdemultimedia-3.5.6-2 kdeutils-3.5.6-2
    kdevelop-3.4.0-2 klibc-1.5-1 klibc-extras-2.2-2 libgsf-1.14.3-2 libieee1284-0.2.10-3 libldap-2.3.33-3
    libsamplerate-0.1.2-3 libsasl-2.1.22-3 libsndfile-1.0.17-1 libxml2-2.6.27-2 libxslt-1.1.20-2
    neon-0.25.5-5 nspr-4.6.6-1 nss-3.11.5-1 openldap-2.3.33-2 openssh-4.6p1-1 pam-0.81-3 perl-5.8.8-5
    pil-1.1.6-2 postfix-2.3.6-3 python-numeric-24.2-2 pycairo-1.2.2-2 pygobject-2.12.3-2 pygtk-2.10.4-1
    python-gtkglext-1.1.0-2 python-opengl-2.0.2.01-2 qt-3.3.8-2 rdesktop-1.5.0-1 ruby-1.8.5_p12-2
    smbclient-3.0.24-2 startup-notification-0.9-1 subversion-1.4.3-2 thunderbird-1.5.0.10-1 vim-7.0.216-1
    wxgtk-2.8.0.1-2 xine-lib-1.1.4-2
    Total Package Size: 223.3 MB
    Proceed with upgrade? [Y/n] y
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading db... done.
    ATTENTION DB PACKAGE:
    Please consider to run db_upgrade on Berkeley DB databases with a major db version number update.
    upgrading apache... done.
    upgrading apr-util... done.
    upgrading beryl-settings-bindings-svn... done.
    upgrading python... done.
    upgrading blender... done.
    NOTE
    blender is using the NAN makefiles to build, so we can access some better
    features:
    - i18n support
    - anti-aliased interface fonts
    - gameplayer
    We also ship the plugins, but most of these features can be accessed only
    from the users home directory. Therefore, you wanna copy everything from
    /usr/share/blender to ~/.blender (some are hidden files!). The browser-
    plugin builds but is using an old mozilla API, this is why it doesn't work
    and we don't ship it.
    Happy blending!
    update desktop mime database...
    upgrading cracklib... done.
    upgrading cvs... done.
    upgrading cyrus-sasl... done.
    upgrading postgresql-libs... done.
    upgrading cyrus-sasl-plugins... done.
    upgrading dnsutils... done.
    upgrading flac... done.
    upgrading gnome-common... done.
    upgrading heimdal... done.
    upgrading jack-audio-connection-kit... done.
    --> The audio server comes with a daemon script that runs it as root.
    --> Configuration happens in /etc/conf.d/jack-audio-connection-kit and is
    --> documented there. If you like to run it as normal user you can
    --> download qjackctl and control the server with a gui.
    --> NOTE: Running jack as root to enable realtime capabilities isn't
    --> needed any longer. As of kernel-2.6.12 and pam > 0.80-2 you can
    --> achieve the rights to run real-time on a per group basis, which is
    --> controlled by /etc/security/limits.conf
    upgrading k3b... done.
    upgrading kdeaddons... done.
    upgrading kdebase... done.
    upgrading kdebindings... done.
    upgrading kdelibs... done.
    installing fftw... done.
    installing libofa... done.
    upgrading tunepimp... done.
    upgrading kdemultimedia... done.
    upgrading kdeutils... done.
    upgrading kdevelop... done.
    upgrading klibc... done.
    upgrading klibc-extras... done.
    upgrading libgsf... done.
    upgrading libieee1284... done.
    upgrading libldap... done.
    upgrading libsamplerate... done.
    upgrading libsasl... done.
    upgrading libsndfile... done.
    upgrading libxml2... done.
    upgrading libxslt... done.
    upgrading neon... done.
    upgrading nspr... done.
    upgrading nss... done.
    upgrading openldap... done.
    upgrading openssh... done.
    upgrading pam... done.
    upgrading perl... done.
    upgrading pil... done.
    upgrading postfix... done.
    upgrading python-numeric... done.
    upgrading pycairo... done.
    upgrading pygobject... done.
    upgrading pygtk... done.
    upgrading python-gtkglext... done.
    upgrading python-opengl... done.
    upgrading qt... done.
    upgrading rdesktop... done.
    upgrading ruby... done.
    upgrading smbclient... done.
    upgrading startup-notification... done.
    upgrading subversion... done.
    upgrading thunderbird... done.
    upgrading vim... done.
    Updating vim help tags...done.
    upgrading wxgtk... done.
    upgrading xine-lib... done.
    root@vistakiller:~ #
    Last edited by crouse (2007-03-19 17:55:48)

  • Issue of caching Locale with sap-locale parameter

    Hi,
    We have a standalone WDJ application (no EP)which receives sap-locale URL parameter for I18n support. The application always caches the language with which it is shown on browser for the first time. The application is not recognizing the locale even if we send new language as sap-locale parameter. Even if I open a new browser window, the issue persists. When I close all browsers and open new browser window and access the application with a language, it works fine.
    How do we solve this locale caching issue? Is this a known issue with WDJ applications?
    regards,
    Sujesh

    Hi Kira,
    you can try to use a CR_LF to separate the records.
    constants: con_cret type c value cl_abap_char_utilities=>CR_LF.
    And when you append your record to the internal table add to the end the con_cret.
      LOOP AT t_build into wa_charekpo.
        CONCATENATE wa_charekpo-order wa_charekpo-kunnr
                    wa_charekpo-sel
               INTO it_attach SEPARATED BY con_tab.
        CONCATENATE con_cret it_attach  INTO it_attach.
        APPEND  it_attach.
      ENDLOOP.

Maybe you are looking for