Followed instructions on:
https://docs.wso2.com/display/AM210/Adding+Internationalization+and+Localization
Trying this on google chrome and firefox. Changed the language to spanish, but wso2 does not pick up locale_es.json and still displays english.
Any ideas on how to fix this?
Thanks!
First, you must ensure the locale_es.json file is well-formed (the original one it is not) and has the correct translates.
Then modify 'language' parameters from 'en' to 'es' in the .pot files and the dynamic.po
Related
I am here to to ask something about the IOS UX.
I have an app entirely in French, not to be translated in any other language. But my problem is that we use one or two confirm windows.
Even if the content is in French, the rest isn't. We have "OK" "Cancel" or "Accept" "Decline"
I would like to know where and what I need to change so this is in French. I followed some tutorials, telling me to change the language in the -info.plist file, but nothing changed. I selected the French language basically everywhere I could select a language, but same results. Do I need to create a file and put French translations?
Thank you for your help !
Here is my config file (I just removed some stuff like some names)
<?xml version='1.0' encoding='utf-8'?>
app name
A sample Apache Cordova application that responds to the deviceready event.
Apache Cordova Team
-->
need camera access to take pictures
need photo library access to get pictures from there
French
fr_FR
Struggling a bit with a multilingual Craft CMS website. I am trying to get Live Preview working on both languages I use on my site. The Primary language works just fine, live preview is showing, and all edits are visible. However, if I switch to the secondary language and try to preview I get thre primary version.
In my .env file I setup two environmental variables the following URL's which I use in "Settings > Sites > Base URL":
PRIMARY_SITE_URL=http://mysite.local:8080
PRIMARY_SITE_URL_EN=http://mysite.local:8080/en/
In my Sections settings, I configured it as shown below:
I tried changing the second row in "Preview Targets" to en/news/{slug} however this was without success.
Any help would be much appreciated. Thanks much.
As mentioned by Brandon Kelly from Craft:
Just a single preview target should be necessary, with its URL Format set to {url}. It will show the entry in whichever site is currently being edited.
This solved the problem right away for me.
Thanks Brandon
Here's the scenario I have. I'm working on a multi-lang application but the available languages are dynamic and returned by an API from the server. After selecting a language I should download the localization file that contains the key/value pairs to use it in my application.
My question is, does the BlackBerry localization system allow such behavior? I mean can the key/value localization files be added to the application dynamically or they have to be bundled in my COD?
If that scenario doesn't work, I would appreciate suggestions on how to do this.
The default resource files used to localize an application must be bundled with the application.
Instead you could use Locale.getDefaultForSystem() to return the current locale in use and based on that load the correct language from your remote source.
How to remove the /en/ url in the website
by default site showing as like above.
please check the following url
http://www.plrebooksstore.com
it goes to http://www.plrebooksstore.com/en/
Please help me out
Honney.
In prestashop, country code appears only if you have more than one language.
If en is your only option, disabling the rest will let your store without the code.
Please see the topic discussed here if you need to use multiple languages and you want to remove the default language iso from URLs:
https://www.prestashop.com/forums/topic/550132-how-to-remove-main-language-in-url/
You have 2 languages activated. Just de-activate one language, rewrite the .htaccess file and the links will change
after deactivate one language go to dashboard>>>Preferences>>SEO & URL>>>change disable apache multiviews to yes
I am trying to create an application to print documents over the web. I have created my document, and made a web page with a meta refresh tag, along the lines of this:
<meta http-equiv="refresh" content="3;http://example.com/download.epl2" />
I specify that the document has a content-type of application/x-epl2, and I have associated .epl2 files on my computer with a program that silently sends them to the printer.
I have put the website into my trusted sites zone.
Currently Internet Explorer pops up the "Open, Save, Cancel" dialog box with no option to automatically open the file.
Is there a setting in IE6/7/8 that I can use to have IE just open the file without prompting?
EDIT
The actual content of the file will differ based on the job, but essentially it is text that follows the Eltron Programming Language.
EDIT
I have accomplished this in both Chrome and Firefox by choosing "Automatically Open Files Of This Type From Now On"
EDIT
The machines this program will be used on will effectively be kiosks that are limited to only accessing my website from their web browsers, so I'm not worried about rogue websites sending documents to my printers.
EDIT
I am using PHP to generate the documents and HTML on the server side, though I expect the solution to be language agnostic.
I would expect that not to be possible, because then you could stumble onto a site that automatically loads and prints a 5000 page document or something, which would not be good.
If you always had a secret desire to develop a custom URL protocol (I know I do), this might be a good excuse to do it. ;-)
http://msdn.microsoft.com/en-us/library/aa767914%28VS.85%29.aspx
There are 1-2 prompts when opening such a link for the first time in IE, but you can choose to automatically open them after that.
I would use javascript to make this happen.
Javascript Window Open
EDIT
Since you have control of the windows box you could use an automate script process to interact with the print window.
autoit3: ControlClick
Write a small utility program that does nothing but send the file passed to it on the command-line to the default system printer.
Then, edit the registry under HKEY_CLASSES_ROOT to associate this program with the .epl2 filetype.
I don't have time to investigate it for You, but there were lots of exploits that could be helpful. Using ie6 without certain fixes seems helpful.
Also there should be an option called "Automatic prompting for file downloads". I use Linux nowadays so I can't chceck if it helps. I found it in some docs.
I'm on a Mac at the moment, but if this is possible in IE I would imagine this page holds the answer to it (or at least hints at it) http://support.microsoft.com/kb/883255
I believe what you're looking for is a setting in Windows, not IE:
Microsoft Support: Not Prompted to Specify Download Folder for File
Try using an older version of IE. Security was looser in the older versions and since it's a non-issue, this could be the quickest solution.