I've created some FB actions for my application.
But all actions are in english by default ...
I want to publish actions in timeline for french people, so i tried to user the link :
"Translate your app" (right collumn in Apps config page) [http://www.facebook.com/translations/admin/]
But this functionnality doesn't work, i can't find ( French (France), there is only "French (Canada)" ) And if i use French Canada, my test users still have action in english.
So my question is : how to translate my apps ?
Thanks.
French (Canada) is very close to French (France), only a few obscure differences.
If you still get english words by translating to French (Canada), then the translation fails.
French (France) is the option right under French (Canada) in the Translations module, mon ami :)
Related
I'm developing an Action on Google for the Irish market and I've noticed that my actions aren't available if the language in my account settings is set to English (Ireland), I get a message saying, "<> is not available for your country or language". Would anybody know how solve this issue (other than changing my language settings to English UK or US)? Ideally, I'd like to change some setting in my action so that it will be available no matter what the language selected is and restrict the access only by country.
You can localize your Actions for the Google Assistant to provide customized experiences for different languages and locales that users can set on their devices. Locale is the combination of a language and region, in your case, English (Ireland). Actions on Google can currently be localized to one of the following English locales: USA (en-US), UK (en-GB), Australia (en-AU), Canada (en-CA), and a few others. Ireland (en-IE) is not one of them, unfortunately.
References: https://developers.google.com/actions/localization/
https://developers.google.com/actions/localization/languages-locales
I'm working on a site which will have Dutch as its primary language, but I'd like the admin side of things to still be in English.
I've installed the site configuring it to use Dutch as the default language which means admin is also in Dutch.
I then go to Site Settings and activate En-Us but this automatically adds site aliases for both Dutch and English adding /nl-nl/ or /en-us/ to the URL.
All I want is for my site to be in Dutch, but for the Admin side of things to remain in English. Is this possible?
I've also tried enabling "Users May Choose interface Language" thinking that this applies purely to content editors, but this requires that both languages be installed which means we already have the issue where the site is in two languages with the language selector (flags) showing up.
I've set the admin user's preferred locale to English, but this makes no difference to the fact that the site is still in both Dutch and English.
I've changed the default Site alias removing the /nl-nl from the primary site alias which does work, but the user still has the option of selecting a language from persona bar (flags).
If you have only 1 language activated (Dutch) and you have the admin users preferred locale set on English, you have what you're looking for.
Cheers
Tycho
I have my personal website made with Sphinx. It generates static HTML pages. Currenty, the content is just in English or German only. I would like to expand this to multiple languages. I do not know how to structure my URLs, yet.
The following should be done:
Static folders like /_download, /_download and /_images must still be on the server only once, I do not have that much space.
The languages might be on equal footing, but that is not that important.
Old URLs still work without a problem and default to English. I do not want to cause a single 404 error.
I currently have the following ideas:
Put the English site on `example.de/, put the German site on de.example.de/ and redirect de.example.de/_download to example.de/_download with a .htaccess file.
Put the English site on example.de/ and put the German site on example.de/de/. Redirects as above.
English site on en.example.de/ and German on de.example.de/. And redirect for all languages.
English site on example.de/en/ and German on example.de/de/. Redirects as above.
What would make the most sense?
While the .de domain suffix indicates Germany, many folks associate .de with German. Displaying English by default adds confusion, which acts as a roadblock to those seeking other languages.
Setting the English site on en.example.de and German on de.example.de is most consistent, and will be most easily intuited by your multi-lingual audience.
Another option, which was not listed by the OP, would be to set the English site on example.de/en, and German on example.de/de.
I'm trying to figure out how to localize the title and description of our app in Danish, English and German.
When i add a new app in itunes connects it asks me to enter the information in english. When i then go to manage localizations i only get a limited list of languages to add - Danish is NOT one of them.
I read the iTunes connect developer guide which mentions the following: "This is in addition to the English (or other default language you set on your defaults page) metadata you’ve
already supplied during your initial app creation."
But i can't find anywhere to set Danish as the default language to then get the option to add english and german as extra languages.
So how do i go about making sure that my app is available with a local title and description in the Danish store as well as the english and german stores?
Any help is GREATLY appreciated since I can't seem to get an answer from Apple.
Unfortunaly you cannot change the default language as far as I know (and this has created some major headache for developers in the past as the default language appears in ALL stores that have no custom language. If you for example chose your native language instead of english, you will have that displayed all over the world and can create a lot of exceptions for the countries in the list). (Edit since recently the default language can be changed per App)
As for the language list: you only get what is there and have to rely on apple to extend the list in the future (never a bad idea to send en enhancement request).
Unfortunaly probably not what you wanted to hear but localization handling is still somewhat suboptimal. The only thing you can do is enter the information in the default language in Danish (and thus create a danish page for some parts of the world as well) and fill ALL of the other languages with a localized description (or english if you cannot localize) which at least gives an english description for some of the larger markets.
I'm not sure how/if Apple allows the default description in Danish if the setting is English but I already had to fill all localizations in the list with english text (even Japanese, French etc.) and had the app approved.
I'm testing my website payment solution with Paypal Express Checkout, but whenever the customer is taken to the PayPal payment page (in the paypal sandbox), the page displays in English. How can I control what language is displayed?
On my website I have a language selector and so I do have access to the ISO code of the current language being used on my site.
If you are using Express Checkout, you will want to set the LOCALECODE to a four-character country code supported by PayPal in order to change the language on the PayPal login page.
Example
CURRENCYCODE=EUR&
RETURNURL=https://www.anycompany.com/orderprocessing/orderreview.html&
CANCELURL=https://www.anycompany.com/orderprocessing/shippinginfo.html&
LOCALECODE=fr_FR
Changing the Language on the PayPal Login Page
SetExpressCheckout Request Parameters
EDITED - 2012-05-26
The Paypal Country codes as been updated to 5-character (SetExpressCheckout):
The following 5-character codes are also supported for languages in specific countries:
da_DK – Danish (for Denmark only)
he_IL – Hebrew (all)
id_ID – Indonesian (for Indonesia only)
jp_JP – Japanese (for Japan only)
no_NO – Norwegian (for Norway only)
pt_BR – Brazilian Portuguese (for Portugal and Brazil only)
ru_RU – Russian (for Lithuania, Latvia, and Ukraine only)
sv_SE – Swedish (for Sweden only)
th_TH – Thai (for Thailand only)
tr_TR – Turkish (for Turkey only)
zh_CN – Simplified Chinese (for China only)
zh_HK – Traditional Chinese (for Hong Kong only)
zh_TW – Traditional Chinese (for Taiwan only)
See this link for updated information on the subject!
According to the documentation from PayPal on SetExpressCheckout, one should be able to set the LOCALECODE to a 5 character locale code, for example da_DK. However, I simply couldn't make it work. No matter what 5 character locale code I tried (And I only tried the ones in the PayPal documentation of course), the PayPal UI defaulted to english. But the 2 character locale codes worked.
The solution is not to use the 5 character locales as specified in the documentation, but instead use the 2 character locales mentioned here. When I did that, it worked.