Base solution for your next web application
Open Closed

How Delete "[ ]" when use Rad Tools? #4916


User avatar
0
ojarana created

I new and testing RadTools but when make a component the items add character [ ] to names. How avoid this because is not show good. I review code but not found how delete this characters.

tanks.


2 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    From the documentation on Localization:

    If a given string is not defined anywhere, then it returns the given string by humanizing and wrapping it with [ and ] by default (instead of throwing an Exception). Example: If a given text is "ThisIsMyText", then the result will be "[This is my text]". This behavior is configurable (you can use the Configuration.Localization in the PreInitialize method of your module to change it).

    You can add the localization to your localization XML file.

  • User Avatar
    0
    yekalkan created

    Tool only modifies the English localization file. To add Spanish localization, look at @aaron's answer.