Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Custom text with Special Field inside Crystal Reports.

Custom text with Special Field inside Crystal Reports.

Scheduled Pinned Locked Moved C#
csharp
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Saksida Bojan
    wrote on last edited by
    #1

    This may not be the best forum to post, but I am using C#. I add a Special field: »Page N to M«. But I want to have a text in different language: »Stran: N od M« Thanks in Advance

    N 1 Reply Last reply
    0
    • S Saksida Bojan

      This may not be the best forum to post, but I am using C#. I add a Special field: »Page N to M«. But I want to have a text in different language: »Stran: N od M« Thanks in Advance

      N Offline
      N Offline
      Natza Mitzi
      wrote on last edited by
      #2

      I am not sure whether this will work but if you can load this field dynamically from C# (or .NET) do the following: 1) Create a resource file 2) add the field name and text 3) use this in the code instead of the hard coded string 4) Add another resource file with the culture name inbetween the file name and the .resx (e.g. myResource.resx will become myREsource.fr-FR.resx) 5) Copy the exact field to the second file 6) Write it in your language 7) Change the appplication culture to the resx culture

      Natza Mitzi Analysis Studio Statistical Analysis Software

      S 1 Reply Last reply
      0
      • N Natza Mitzi

        I am not sure whether this will work but if you can load this field dynamically from C# (or .NET) do the following: 1) Create a resource file 2) add the field name and text 3) use this in the code instead of the hard coded string 4) Add another resource file with the culture name inbetween the file name and the .resx (e.g. myResource.resx will become myREsource.fr-FR.resx) 5) Copy the exact field to the second file 6) Write it in your language 7) Change the appplication culture to the resx culture

        Natza Mitzi Analysis Studio Statistical Analysis Software

        S Offline
        S Offline
        Saksida Bojan
        wrote on last edited by
        #3

        Thank you, will try later

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups