OpenCms localization - localization

I downloaded OpenCMS 7.5.3
Make setup.
Read doc.
I want to do Hindi locale. Any good detailed tutorial available for multilanguage site.

Some pointers here, here and here

Related

Allowing user to enter French,Spanish and Korean language in content of Umbraco input Control

We are using Umbraco web application in English language. We need to add
French,Spanish and Korean language in our application where we should be allow user to type and add content in French,Spanish and Korean language.
Question : How we can allow user to input content in French,Spanish and Korean language . Note* : Default language of system is English.
Please help me to get out of this.
Thanks in advance.
Currently Umbraco doesn't have built in language variants - so the classic way to do it is to create language specific "sites" as described here: https://our.umbraco.com/documentation/tutorials/multilanguage-setup/
A different solution could be to use the Vorto package. Vorto wraps itself around your existing datatypes, allowing you to put in an extra "layer" so every property can have different values/settings for each language in your site.
There's a link to it here - with instructions on how to get started using it:
https://our.umbraco.com/packages/backoffice-extensions/vorto/

Grid.Mvc missing documentation

Looking to implement Grid.Mvc in my MVC5 application however the documentation links on the project web site - http://gridmvc.codeplex.com/ dont appear to be working...be looking online and cant seem to find any reference to it.
There are some wiki links on https://github.com/leniel/Grid.Mvc/wiki however they do not seem to be complete...
Anyone manage to find a copy?
cheers
That version looks to be very old and no longer maintained.
Why not use a newer type of MVC Grid. We use this one
The documentation is available here
If you go to that archived CodePlex site, you can download the project archive, and there is a wiki/Render folder containing all the html pages with documentation.
Here's the link to the CodePlex site: https://archive.codeplex.com/?p=gridmvc
And the direct link to the archive download: https://codeplexarchive.blob.core.windows.net/archive/projects/gridmvc/gridmvc.zip
I've found this link:
https://archive.org/details/sylirana_ms_codeplex_zips
You have to go to the TARS folder and you'll find the right link into mscodeplex-g-3.tar or, for short:
https://archive.org/download/sylirana_ms_codeplex_zips/tars/mscodeplex-g-3.tar/.%2Fgridmvc.zip
Bye

My Twitter api is not working suddenly

I have a web application which uses twitter api. It was working fine.But suddenly it stopped work. I started googling & came to know about that twitter upgraded their api. So I need to use the library which supports v1.1
Have anybody worked with v1.1 library please help me
Thanks in advance.
Take a look at this project on GitHub. Don't be confused by the title - it has been updated since Twitter's API update to 1.1.
The jQuery plugin on the page has been re-purposed to be a Rendering engine, i.e. it helps with rendering your feeds.
The important part, however is in the "Server-Side Examples and Setup" directory. Go there, read and follow the directions in the SETUP_INSTRUCTIONS document. When you are done, if you are using PHP, use the file in the "Plug_And_Play" directory as a start point. If you are using C#, you can use this library. It is still under development, but it is updated regularly and mimics the Twitter API's specifications as closely as possible.
P.S. I am the author of both of those projects, so if you need any help, let me know. Good luck! :)

How to change TinyMCE language in Umbraco

I'm using Umbraco 4.9. I've downloaded a language pack and installed it in my Umbraco's TinyMCE. I suppose there is a tag in tinyMceConfig.config file that defines the language for richtexts, but I can't find anything. Does anyone know about that?
UPDATE:
I tried:
<config key="language">en</config>
but even the default en language option makes richtext editor disapear.
The language of the WYSIWYG text editor is controlled by the user login.
Under the user select the language you would like to use for the backend of Umbraco.
Out of the box it supports:
Danish
German
English (uk)
Spanish
French
Italian
Korean
Dutch
Norwegian
Swedish (se)
Swedish
If the language you need is not listed there, you have a couple of options. The first option is to create a whole new translation of the Umbraco backend, this involves editing Umbraco translation files etc and and is reasonable sized task.
If you just want the TinyMCE editor translated you can hack the JS so that it uses your translation file instead of the default.
To do this you need to rename a couple of JS files and update one. Basically the principal is that you replace one of the existing languages i.e. en or fr with your own.
There are instructions on how to do this on the post on our.umbraco.org
I don't recommend this approach, if you are looking for new full translation of the backend then why not reach out on the our.umbraco.org forum and see if anyone has already done the translation you are looking for or would be willing to help.

How to integrate the Flash Map Api on my iPhone application

i have downloaded the MQFlashMapsAPI here, it's an .swc file, i don't know how to get started with that exciting API in my application, can you please forward me to some useful links showing how to integrate it and how to get started in my iPhone application. Thanx in advance.
In order for Flash Builder to "see" the MapQuest Mobile Flash API .swc file, you have to add it to your build path. The Flash Builder documentation gives step-by-step instructions on how to do this. There is a section called "Use SWC files in your projects" about half way down the page.
As far as tutorials go, there is a good one here from Adobe that might be worth a look. It's a step-by-step tutorial that has to do with building a mobile Twitter application, but I think it's a good resource for getting started, and I intend to work through this tutorial as well when I have time.
MapQuest also has a sample project (.fxp) that you can download as well as an example iOS application built using the Mobile Flash API that you can get from the iTunes App Store.
Hope this helps!

Resources