Changes between Version 1 and Version 2 of Ticket #34455, comment 16


Ignore:
Timestamp:
Apr 6, 2023, 11:42:28 AM (15 months ago)
Author:
Mohit Singh Sinsniwal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34455, comment 16

    v1 v2  
    1616        if not language:
    1717            language = self.get_fallback_language(request)
    18             print('coodddd',language)
    1918        translation.activate(language)
    2019        request.LANGUAGE_CODE = translation.get_language()
Back to Top