Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mrbalyaqv
Contributor III
Contributor III

Different months names in calendar object in app and on web

Hi all!

In my app on main tab I defined month names on Russian like this:

SET MonthNames='янв;фев;мар;апр;май;июн;июл;авг;сен;окт;ноя;дек';

And when I open calendar in app that's just ok:

qv_calendar_app.png

But when it goes to web, month names are displaying on English:

qv_calendar_web.png

So, my question is: how calendar object on web determines which month name it should show? Is it because of ajax-calendar? And is there a way to make it work like in app?

7 Replies
qlikviewwizard
Master II
Master II

Can you attach the sample app?

Anil_Babu_Samineni

Please check below, And then will talk why this behave

Google Chrome and select Settings. Then "advanced settings." click "Language and input settings". Use your priority and then check?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
mrbalyaqv
Contributor III
Contributor III
Author

I checked Chrome language settings, and it's Russian. If I use Month(my_Date) as field in listbox, month displayed in Russian. Please check attached file in original post.

Anil_Babu_Samineni

Can you check same application from Web View in local ??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
mrbalyaqv
Contributor III
Contributor III
Author

Yes, in Web-view on local machine with Russian default language calendar shows Russian months names. So, looks like it's all in server settings. But what is strange for me, why at the same time listbox of Month(my_date) shows Russian names?

qv_calendar_lang.png

Anil_Babu_Samineni

Seems, In calendar object it is not showing in Russian Language. I believe, This problem not from Server issue. Hope marcus_sommer‌ will look this issue.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
marcus_sommer

I'm not sure if these settings could be overwritten within the settings.ini or any other other config-file on the server whereby it seems a bit unlikely to me.

More likely might be that the server has any conflicts with the russian char-set - not installed / available / enabled in the server environment (within the char-set and/or the used fonts) in both the QlikView services and the OS regional settings - and it used therefore just the default-settings.

Further there might be a bug because until 12.10 SR1 there was one with russian day-names within a calendar object: Jira issue ID: QV-4993. QlikView 12.10 Service Release 3 now out

Maybe the monthnames are further wrong or you on an elderly release. Further there could be conflicts if the releases from your desktop client and server are different.

- Marcus