I want to ask how to implement multilanguage backend? Must I create for each language own umbraco installation? I sometimes read about using dictionary in backend, but it never work for me (http://our.umbraco.org/forum/developers/extending-umbraco/2333-Using-dictionary-items-in-Property-names) so is there any other way?
I believe if you prefix the property name with a '#' it will use the corresponding dictionary item. This applies to both property names and document types.
The language assigned to the individual user should have the same language declared under languages in the settings section. If you don't do this you will receive a "Value cannot be NULL" exception.
Multi language umbraco backend
Hello,
I want to ask how to implement multilanguage backend? Must I create for each language own umbraco installation? I sometimes read about using dictionary in backend, but it never work for me (http://our.umbraco.org/forum/developers/extending-umbraco/2333-Using-dictionary-items-in-Property-names) so is there any other way?
Thanks
I believe if you prefix the property name with a '#' it will use the corresponding dictionary item. This applies to both property names and document types.
The language assigned to the individual user should have the same language declared under languages in the settings section. If you don't do this you will receive a "Value cannot be NULL" exception.
Thank you Chris, I try new test with 4.0.3 beta and when I add English (UnitedKingdom) into languages it start works.
Will be helpfull if it use language which is set in manage hostname window.
is working on a reply...