NuGet Packages | Version |
---|---|
Release | |
Pre-release |
Umbraco Packages | |
---|---|
Release | |
Pre-release |
This package is useful when you are running a multilingual website and want editors to edit text on a media item in multiple languages. For example the alt text of a image. This will render a input field per configured language in Umbraco.
Download and install the package from : https://our.umbraco.com/packages/backoffice-extensions/multilanguage-textbox/
Install-Package Our.Umbraco.MultiLanguageTextbox
If you only need the binaries you can install
Install-Package Our.Umbraco.MultiLanguageTextbox.Core
- In Umbraco create a datatype and choose Multi language text box as your property editor
- If you want to make mandatory languages required you can set this in the datatype configuration. If the property added to a document type or media type is marked as mandatory this is ignored.
Getting a value for the property will return you the value entered for the language used for showing the website.
@Model.Value<string>("propalias")
Or when you are using Models builder
@Model.NameOfYourProperty
Version compatible with Umbraco 13
See 10.2.0
Added option to use a text area instead of text input field
Support for Umbraco 12
Version compatible with Umbraco 11
- Fixes issue #4
- Umbraco V10 support
- Converted UI project to razor class library
- Make validation of mandatory language work correctly
- Fix restore issues on linux
- Umbraco V9 support
- Initial release
Feel free to contact me on twitter : @dawoe21