The system handles translations on per-post basis, and can be set to be synchronized so changes to certain details on one are copied to the others.
In, nLingual includes LocalizeThis API that can be enabled on nearly any text field found in the admin, allowing just about any option or meta field to support separate values in each language..
Assigning language and translations to post can be done on either the editor screen or the management screen via Quick Edit.
Slug the value to use when localizing URL for the language ..
When the public-facing side of the site is loaded, nLingual will attempt to detect what language to serve the in, using the following process.
In, the language can be switched to another by 3rd party theme or plugin code, similar to switching blogs in installation.
When the language is switched, all domain files will be reloaded in the language, so any gettext translations will reflect the current language..
In addition to numerous hooks to modify the functionality of nLingual, this plugin also includes some useful gettext utilities f, ef, fx, efx, a, and xa, all of.
However, any code that queries the database using nLingual and translation tables will need to be updated to reflect the new structure...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more