Source of Pre-Built Frameworks Locales?

Hi All,
Where do I get pre-built locale frameworks files. I have Flex Builder and in the SDK folders is the en_US and ja_JP.
I can switch between English and Japanese and all works fine, the dates are all in the correct language, validation all shows in correct language.
But I need a bunch of other languages so I create the es_ES with bin/copylocale en_US es_ES
All this does is copy the English frameworks to a new folder. What I want is all the controls like the dates and validation to be in Spanish, like they are in Japanese when I use that local.
I'm dealing with my own local language modification like labels etc. I'm looking for the flex built in controls language files.
Any help this is holding up deployment.
TIA
Flash

First off, many thanks to cheftimo for pointing out that the free flex 4 sdk contains 16 languages.
I needed out of the box default locale strings for all the built in controls like dates and form validation for flex 3.
I did this with sdk 3.4.0 on the Mac, but should work in 3.5.0
Flex 3 ships with en_US and ja_JP I will make a es_ES in this example but this will work for any the 16 locales you need.
1) Download the free flex 4 sdk and unzip
Located inside this zip are the locale properties /frameworks/projects/frameworks/bundles/{locale} in our example es_ES
2) Make a copy of the en_US in Flex 3
cd /Applications/Adobe\ Flex\ Builder\ 3/sdks/3.4.0
bin/copylocale en_US es_ES
This creates a copy of the en_US in /Applications/Adobe Flex Builder 3/sdks/3.4.0/frameworks/locale/ as es_ES
Everything is set up for you except that it as not translated the strings.
3) unzip the framework file
cd /Applications/Adobe Flex Builder 3/sdks/3.4.0/frameworks/locale/es_ES
unzip framework_rb.swc
This extract in the es_ES folder
catalog.xml
library.swf
locale (folder)
4) rename for back up, the  original framework file (not needed anymore)
mv  framework_rb.swc framework_rb.bu
5) copy in the porperties files from flex 4 sdk to the locale/es_ES folder you just extracted
you can do the next step in the command line or finder (finder is easier)
Open the flex 4 sdk properties folder
open /frameworks/projects/frameworks/bundles/es_ES
copy the 13 property files to the just unzipped folder locale/es_ES
6) re-zip the files
zip framework_rb.swc locale library.swf catalog.xml
This will result in a new framework_rb.swc you can now delete the 2 extracted files and 1 extracted folder: (locale library.swf catalog.xml)
Thats it you now have a flex 3 locale file just repeat the steps for the other ones you need
Note you could just copy the framework.swc from the flex 4 sdk but I'm paranoid and was not sure what might have changed in say the catalog.xml for example.
I hope this helps others
flash

Similar Messages

  • Pre Built Portlets

    In the document "Oracle® Application Server Portal Developer's Guide, 10g,
    Release 2 (10.1.4), B14135-03" section 1.4.2 Other Sources of Pre Built Portlets refers to a Portal Catalog on the Portal Center that contains portlets such as Generating point-to-point driving directions, Accessing IT information from a wide variety of sources and Viewing summary information on news, stocks, and weather. I cannot locate the Portal Catalog. Can someone please direct me to this as we are looking for a news portlet.

    Hi
    The portlet catalogue was merged into the Partner Solutions catalogue that is available on the top right hand corner of
    http://oraclepartnernetwork.oracle.com/
    Regards

  • Localizing pre-built web beans

    Hello.
    I wonder how you localize the pre-built web beans, such as FindForm, EditForm etc, to a different language like Swedish. I saw in the online help that you could do it for your java files, but these aren't mine now are they... ;)
    But it must be possible, I can't use them with english text since the program I'm constructing is for swedish people only.
    Please help me,
    /Janne
    Thanks Laura for all the help I've received

    Hi,
    We do provide the source for these classes in jbohtmlsrc.zip for the purposes of localization amoung other things.
    You can find this archive in JDEV_HOME\lib.

  • HOW TO VIEW DATA IN PRE-BUILT ANALYTICS DASHBOARDS AND REPORTS

    HI FOLKS,
    I WANT TO SEE DATA IN THE REPORTS OF PRE-BUILT ANALYTICS DASHBOARDS? EG: AUTOMOTIVE, SALES, SERVICE DASHBOARDS. SO WHAT IS THE COMPLETE PROCESS TO SET UP THIS ENVIRONMENT. I'M USING SIEBEL ANALYTICS VERSION 7.8.5.
    THANKS IN ADVANCE
    VJ

    Hi,
    I am new to Business Intelligence Applications and keen on learning it.
    I know Informatica and OBIEE(Not a very experienced person).
    I have installed BIA on my local windows machine.
    I am using Oracle Apps as the source.
    In the execute tab I selected the HR-Oracle 11510 execution plan and ran it but it failed.
    The workflow error log says the following:
    "ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: TM_6193 [Error occured during expansion of DB connection parameters [Database connection name DataWarehouse for database connection variable $DBConnection_OLAP is not well defined.
    ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: TM_6270 [Error: Variable parameter expansion error.].
    ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: CMN_1761 [Timestamp Event: [Tue Feb 26 15:59:35 2008]].
    ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: TM_6226 [ERROR:  Failed to initialize session [SIL_InsertRowInRunTable]].
    ERROR : LM_36320 [Tue Feb 26 15:59:37 2008] : (1276|3864) Session task instance [SIL_InsertRowInRunTable]: Execution failed.
    WARNING : LM_36331 : (1276|3864) Session task instance [SIL_InsertRowInRunTable] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SIL_InsertRowInRunTable] will be failed.
    ERROR : LM_36320 : (1276|3864) Workflow [SIL_InsertRowInRunTable]: Execution failed."..
    I think I have missed few steps here and there.. I am struck up here.. I don't know what to do... I think its the problem connecting to the source and target schema.. can you please help me out?

  • Including a Pre-Built LLB in Application Builder 8.X

    I have just recently updated some old code to 8.5.1. This code contains many dynamic calls to VIs located in pre-built LLBs (LLBs that were saved prior to application builder). This application is also compatible with a priority plug-in architecture. So when creating an application or installer in app builder 8.X, how does one include a LLB file? I do not wish to build it. I just want to include it the same way you may include a text file or someother type of source file. LLB files do not show up as individual files in the Project Manager.

    AstroGlen wrote: 
     I would like to create an installer that uninstalls the previous version of software (which was written in 7.1.1). I am assuming it is necessary to make edits to the "registry" category in the installer properties. I am also assuming that I would need to enter the product code for my application. This is the code found in the 7.1.1 application builder \ installer settings \ Properties button. But i do not know the particulars of what needs to be done.
    I think when you install an application created/built using a higher version of LV, it ll automatically overwrite any previous version(s) of that application installed in the target PC. We may not need it to be uninstalled manually. Did you try this?
    - Partha
    LabVIEW - Wires that catch bugs!

  • Dreamweaver CS5.5 pre-built flash skins

    How do I add a full screen button option to the Dreamweaver pre-built flash skins?

    Don't use Flash.  It's a dead web technology because the list of supporting devices is shrinking each day.  To reach the widest possible audience, you should use HTML5 <video> instead of Flash.
    Copy & paste this code into a new, blank document.  Save as test.html. 
    Change YourVideo.ogg, ....mp4 and ....webm to your actual video file names. 
    Save and preview in browsers / mobile devices.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    </head>
    <body>
    <header>
    <h1>SITE NAME</h1>
    </header>
    <!--begin video-->
    <div id="video">
    <video controls>
    <source src="YourVideo.ogg" type="video/ogg">
    <source src="YourVideo.mp4" type="video/mp4">
    <source src="YourVideo.webm" type="video/webm">
    </video>
    </div>
    <!--end video-->
    </body>
    </html>
    Nancy O.

  • How to view pre-built Dashboards and Reports of Oracle BI- Apps?

    Hi All,
    We have sucessfuly installed and configured the Oracle Apps, and also we configured the OracleBIAnalyticsApps.rpd and we are able to view the different subject areas.
    But we are facing problem in viewing any prebuilt dashboard or report.
    Is it possbile to view pre-built Dashboards and Reports of Oracle BI- Apps if we dont have any ERP applicaton as a source?
    As we dont have any ERP application we have loaded the data from the sample flat files to the Analytics warehouse.
    Any help would be highly appreciable.
    Regards,
    Manmohan Sharma

    Hi Damon,
    Thanks a lot.
    Now I understand that we have to have ERP data source if want to view the prebuild Dashborads and reports.
    Could you please provide the path to get Prebuilt Dashboard & reports ?
    Regards,
    Manmohan Sharma

  • Installing Pre-built Virtual Machine for Oracle WebCenter Portal error

    Hi,
    I am trying to install the Pre-built Virtual Machine for Oracle WebCenter Portal: Framework 11gR1 (11.1.1.4.0) onto a Laptop (500G HDD 8G Ram) running Windows 7 to learn.
    http://www.oracle.com/technetwork/middleware/webcenter/portal/downloads/owcs-portalfw-vbox-284132.html
    I want to run in a VirtualBox Linux setup etc.
    I have downloaded all the files except the REAVDD-HOL-WC.ovf which would not download so I saved in browser to the same directory etc.
    I have set the preferences in Virtual Box to the same directory where I have downloaded the files to but when I Import Applicance and select C:\users\Tony\Virtual Box VMs and select the defaults and import I get an error box stating:
    Failed to import appliance C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC.ovf.
    Could not open the medium storage unit 'C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC-disk1.vmdk'.
    VD: error VERR_ACCESS_DENIED opening image file 'C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC-disk1.vmdk' (VERR_ACCESS_DENIED).
    Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
    Component: Appliance
    Interface: IAppliance {3059cf9e-25c7-4f0b-9fa5-3c42e441670b}
    Anybody got any idea how to fix this?
    Thanks
    Tony
    Edited by: 880197 on 19-Aug-2011 03:08
    Edited by: 880197 on 19-Aug-2011 03:44

    I've imported this appliance (and others) on Windows 7 32-bit on a Lenovo W500, on an iMac, and on a MacBook. The one error you should encounter during the "import appliance" step is a path error related to shared folder (the canned/hard-coded path in the ovf file points to a place that is not likely to exist on your computer, so just comment out the D:\TEMP\Host path, or make it for that matter).
    <!--SharedFolders-->
    <!--SharedFolder name="Host" hostPath="D:\TEMP\Host" writable="false" autoMount="true"/ -->
    <!-- /SharedFolders-->
    You can alter system set memory_target=300M scope=both and set your VM memory to 2.5GB and everything will run fine (using the vmctl script to start up what's needed). The "1" option is all that is needed for the tutorial shown in the documentation. If you run the admin server, you will see things run a good bit slower. Part of the tutorial assumes you know about UCM and how to take the UCM content in the sample files and upload those into the repository. You can delete the file already loaded and then do a single file upload to "re-load" the various directories/folders for the menu/home/etc. Upload the png and other files into the same folder (menu.html, menuBanner.png, etc. all go into the same Menu folder). It's not worth the time to set the bulk upload because you have to go out into UCM and dig around the admin settings, stop/restart, and so on. You can also use the contentadmin user (welcome1) to do the file upload.

  • Oracle Pre Built Integration 11.2 configuration issue

    I installed Pre Built Integration 11.2 in Oracle AIAFP 11.1.1.6. After installation I tried to configure by using "Deployment Configuration Wizard" and following the below steps mentioned in the Oracle document
    4. Navigate to <AIA_Instance>/bin and run the command source aiaenv.sh for
    Linux based systems and aiaenv.bat for Microsoft Windows to configure the
    environment.
    5. Navigate to <AIA_HOME>/bin and run the command ./aiaconfig.sh for
    Linux based systems and aiaconfig.bat for Microsoft Windows.
    This launches the AIA DCW.
    6. Click Next.
    However the DCW "Deployment Configuration Wizard" is not listing any of the pre built integration for deployment in the second screen(after welcome screen)
    Please let me know if any specific configuration has to performed or how to resolve this.
    Thanks

    Thank you for the suggestions.
    Before I could read your reply, I uninstalled EPM and re-installed. After installation completed, I launched the Configurator from the last window, instead of launching it separately later. And it worked this time. All the configurations completed successfully.
    But now, I have different issues, I am not able to go to any URL including the Workspace URL. I get 401 error. When I run diagnostics tool, I get a lot of entries highlighted in red. Most of them under the category HTTP. I will post the entries later. I tried stopping EPM system and restarting many times but nothing helped.
    FYI... I deployed them all to Single Web Application Server (Web Logic) and when it asked for Web Server, I chose the WebLogic HTTP server which was the default option. IIS is also installed and services are running.

  • Encore CS5, pre-built Menu Templates?

    Hi, Are there pre-built templates for Encore rather than having to build each section from scratch?

    The library is the included source.
    Also, google "adobe encore templates" and look for threads there.
    Jon Geddes, a frequent poster here, provides some very exciting templates (for purchase).
    http://precomposed.com/
    He has free tutorials on that site also.

  • Adding OSB to Pre-built SOA OSB BPM (PS5) VM - WC_Spaces template

    Hi,
    I have downloaded and setup the pre-built developer VM for SOA/OSB/BPM using the Webcenter Spaces template. Everything works fine, I am just trying to add OSB to extend the existing domain but getting stuck at the wizard where it asks for the OSB JMS Reporting Provider JDBC connection properties. The steps to get there are as follows:
    Extend SOA domain
    * Start Configuration Wizard:
    cd /opt/oracle/Middleware/home_11gr1/Oracle_OSB1/common/bin
    ./config.sh
    * Select Extend an existing WebLogic domain, click Next
    * On Select a WebLogic Domain Directory screen, select soa_domain
    * On Select Extension Source screen,
    - Select: Oracle Service Bus [Oracle_OSB1]
    - Select: Oracle Service Bus OWSM Extenstion [Oracle_OSB1]
    - WebLogic Advanced Web Services for JAX-RPC Extension [wlserver_10.3] option is also automatically selected.
    - Click Next
    * On Configure JDBC Data Sources screen, select soademoDatabase which was created at SOA Suite install. Click Next.
    * Test JDBC Data Sources, click Next when successful
    * On Configure JDBC Component Schema, select the checkbox for OSB JMS Reporting Provider and enter
    - Vendor: Oracle
    - Driver: *Oracle's Driver (Thin) for Service connections; Versions:9.0.1 and later
    - Schema Owner: DEV_SOAINFRA
    - Schema Password: welcome1
    - DBMS/Service: orcl.world
    - Host Name: localhost
    - Port: 1521
    - Click Next ======> Can't get past here since OSB JMS Reporting Provider database cannot be found!!
    Wondering if there is a way to use the initial setup script to add OSB JMS Reporting Provider DB? I also couldn't find RCU Home so that I could add the OSB JMS Reporting Provider DB to the XE Instance. Any help is much appreciated..
    Thanks
    Z.
    Edited by: 956060 on Aug 30, 2012 8:18 AM

    * On Configure JDBC Data Sources screen, select soademoDatabase which was created at SOA Suite install. Click Next.You may skip this step by not selecting anything. Later on when you need to work with Reporting, you may create a data-source and tables manually.
    And at the next startup of the Admin Server it complains about the JDBC connection not available and fails to initialize it.To avoid this problem, you may follow below steps -
    1. Navigate to directory $Domain_Home/config
    2. Search for string "wlsbjmsrpDataSource" in file config.xml
    3. You will find an entry like below -
    <jdbc-system-resource>
    <name>wlsbjmsrpDataSource</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/wlsbjmsrpDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Replace the above entry with below -
    <jdbc-system-resource>
    <name>wlsbjmsrpDataSource</name>
    <target></target>
    <descriptor-file-name>jdbc/wlsbjmsrpDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Basically you need to remove the targeting of this DS. Once done, save the config.xml and try to start your admin server now.
    When (in future) you want to use Reporting feature of OSB, just provide the details of DB in the connection pool of datasource "wlsbjmsrpDataSource" and target it to the OSB servers and you will be good to go.
    Regards,
    Anuj

  • Do the "Pre-built Developer VMs" work on Windows 7 Home 64-bit OS

    Hello,
    Do the "Pre-built Developer VMs" work on the laptops with Windows 7 Home premium 64-bit Operating System?
    Thanks
    Mohanraj

    Yes, Aman you are right. As I guessed it worked. I was not sure that the Oracle Virtual Box will work on Home Premium 64-Bit because the download page did not say anything about which flavor of 64-Bit OS is supported. However, I downloaded and installed ("Oracle Virtual Box and Pre-built Developer VMs"). Afterwards, I tested a few items, so far looks good.
    Thanks for your response.
    Mohanraj

  • Prompts in Reports similar to Pre-built reports??

    Hi All,
    There is a pre-built report called 'Top 10 opportunities' in 'Pipeline Analysis'. When we execute the report, it shows the prompts at the top (Fiscal Quarter, Fiscal year, Region). And depending upon the value user selects in these prompts the report data changes
    I copied this report in different folder and tried to execute it through there. But then it don't give this prompts as in pre-built reports. Do you know how to connect these kind of prompts to the reports??
    I tried to create a Dashboard prompt and link it to the report. But then it only works if I execute it through dashboard and if tried to execute the report from Report Tab then it does not show this prompts.
    Please let me know if you have any input/suggestion on this
    Thanks & Regards
    S

    Hi All,
    I don’t think pre built reports are designed using narrative reports. I think these are designed by using dashboard prompts. We could do the same and design a dashboard page with prompt on top but it will not work in direct report.
    The alternate to do the similar prompts in report is by using the pivot table view (but pivot view will work if you have at least one matrix field). So in pivot view you can define the prompts on top and filter the report by that. But the disadvantage of pivot prompts compare to dashboard prompts is, these will be slow.
    Try out by pivot view. Hope should help
    Dinesh
    CRMIT

  • Pre-built website businesses how to get into dreamweaver?

    Hello,
    I just purchased a monthly  membership to a website that is selling "scripts". Pre-built website businesses  that I am able to download and edit as i like. I also recently dowloaded  dreamweaver and look forward to learning how to use it. I'm a novice with html,  web design, etc and know dreamweaver is pretty "intense". I tried to get these  files "php" and "css" into dreamweaver and I'm having difficulty. Is there some  easy way this is done that I'm not able to find in my books and online material?  thanks!

    Hi
    Unfortunately without knowing what the 'pre-built' sites contain it will be difficult to say if they can be used 'as is' in dreamweaver.
    Many of these pre-built sites contain templates and include files, and depending upon the type of template used, you may require a plug-in to use them in dreamweaver, the good new is that most of the common template systems such as 'smarty', do have dreamweaver extensions available.
    The first thing to do is set up a testing server with a server side scripting language as required by the pre-built site. If it is a php/MySQL site then see this article for setting up a testing server -  http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html, if it is asp then try this one -  http://www.adobe.com/devnet/dreamweaver/articles/setting_up_asp.html, should it be some other then please let me know.
    Once you have your testing server of choice set-up, copy the files to a folder in the testing servers htdocs or www.root folder and define your site in the dreamweaver site definitions, to do this see -  http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html, this article is for php but the steps required are the same.
    Should your site use templates such a smarty, then a search of the web for smarty (replace this with your template name), dreamweaver extension, should find the dreamweaver extension you require, failing this try searching the dreamweaver extensions site at -  http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=3&loc=en_us. There are also many tutorials and how-too's on the dreamweaver developers center pages at -  http://www.adobe.com/devnet/dreamweaver/?view=home, to help you get started with dreamweaver.
    PZ

  • Failing to assemble Downloaded Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g

    Hello,
    I checked the download checksum of the files downloaded for Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g ( Pre-built Virtual Machine for SOA Suite and BPM Suite 11g ) and they all match checksums.
    however, when I try to assemble them with 7zip, I get a corrupt error message.  I have tried downloading with Chrome and Internet Explorer.  I have also tried assembling the 7zip files different ways.
    Is there anything else I should try?
    Running on Windows 7, 64 bit machine.  (with lots of disk space).
    Is there any other way to get the files?
    thank you.

    thanks for the response
    I guess I will have to do that as well.
    However, it defeats the speed with which can ramp up with the toolset;  thus slowing my time I can allocate to learning it...

Maybe you are looking for

  • Adobe Illustrator CC crashes on Mac OS X 10.9

    It crashes when it starts, no error messages, just crash... But it works fine with root account. What's the problem?

  • Network Printing through Linksys PSUS4 works in leopard 10.5.1.

    Over here: http://forums.linksys.com/linksys/board/message?board.id=WiredPrintServers&message.id=578&jump=true#M578 At the linksys forum, user Tpaquette recently posted a gem that enabled me to get my macbook (running 10.5.1) to print to my HP 6110 a

  • Why did my slideshow in I Photo stop working?

    Using IPhoto I always had slideshows with music added.  Now all of a sudden, slideshow does not work and I can not figure out what I may have done.  Any help?

  • What kind of design pattern is this?

    Hi , I am just learning the designpattern. So when I went through different kinds of design pattern, I got some doubts as it looks same some design patterns. could anybody please tell what kind of design pattern is the following one? public interface

  • Continue or Cancel alert dialog within JSX

    Sorry folks another newbie here - both to scripting and pshop scripting. So please excuse such a basic question but I am having a little trouble with an alert box that I added to top of some javascript I grabbed from the listener. I want to be able t