
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Tag Archives: language
Sitecore Language selector – creating a country selector
This is a little nifty thing I developed recently. I developed a small UserControl that displays all the flags from the languages in Sitecore, enabling me to create a list of clickable flags that will make the website switch language. … Continue reading
Posted in c#, General .NET, Sitecore 6
Tagged language, Multisite, Sitecore, Usercontrol
Leave a comment
Creating fallback values using the RenderField pipeline
I have previously shown my support for pipelines in Sitecore and I have used pipelines to modify the request header, to create contenteditor warnings, and I have shown how to add parameters to pipelines. Here is another pipeline trick: Using … Continue reading
Setting up Security on Languages in Sitecore 6
When you start to dig into the Sitecore security model, it is very understandable that large multinational corporations are using Sitecore, because Sitecore allows you to create a very granular security setup. This is a case from a very large … Continue reading
Multiple languages in Sitecore
My previous post was about multi site solutions in Sitecore. Now I want to talk about multiple languages. Sitecore is capable of using more than one language in one site. Languages are defined under /sitecore/system/languages: Switching language in a Sitecore … Continue reading
Sitecore 5.2: Copy from one language to another
This piece of code moves all fields from one language to another. It is a sample code, so it is hardcoded to move from danish to swedish. Change the code to use your languages before using it:
Sitecore : Changing language removes your parameters
Sitecore 4 have the simplest way of choosing language. Just add a link with the parameter ?lg=language (where language is the language to switch to, DA for example). Many of my websites is multilanguage sites. At the top of each … Continue reading