Hi,I'm working on a Kentico 12 MVC multilingual site that displays all categories created.I know that I need to use resource strings for the translations and I can even create them from the @Catego...
Hi,I’m currently working on a multi-language MVC site with Kentico. For a section, I would like to use a React frontend application instead of standard MVC view. This application should consume our...
I have a custom Page Type with ArticleType field presented by Radio Buttons control with the following list of options:News EventMy website has EN and DE cultures. What I want to do is if content e...
Hi, On my live site, I have a page which shows all the staff in my company. This site is bilingual (Spanish @ English). The display of the staff works fine and each staff is formated based on my @S...
i'm using kentico mvc and i want to set culture of site dynamically on basis of visitor location, for example if user visit site from USA then culture of site should be @en-US@ and if user visit si...
i'm using kentico12 mvc, and also i have enabled multiple cultures, i'm retrieving contents from my home page as given in query,Home homeNode = HomeProvider.GetHome(@/Home@, @en-us@, SiteContext.Cu...
i'm using kentico12 mvc, i'm getting multiple documents, also i have enabled multiple cultures, please suggest how can i get localized data from documents, currently i'm using this query, please su...
i want to ask about how can i get all resource strings (key + values) from localization? is there any api of kentico for this purpose? please suggest any help will be highly appreciated
I am trying to retrieve a document in a macro that uses the documents collection. How do I get the desired document in the current culture if all I have is the NodeGUID?Example: {% ApplyTransformat...
When I update an existing Localization string for any language, the change does not reflect until the code base is pushed to both load-balanced nodes. There is no code change involved, so technical...