Search Unity

Feedback Localization - is there a convenient way in VS to get currently existing Keys of a String Table?

Discussion in 'Localization Tools' started by D12294, Dec 5, 2021.

  1. D12294

    D12294

    Joined:
    Oct 6, 2020
    Posts:
    81
    Hello everyone!

    Is there something to get access to String Table keys in VS to be able to select specific ones? Something like an auto-generated enum file or a wrapper class. And when a StringTable key changes the enum gets updated and then we would have access to the current available key names. This or something like this was maybe implemented from Unity to get compiler errors in edit mode? If not this could maybe be a nice way for having access to the keys in c#. But I'm pretty new to the Localization stuff and didn't find a way to access the keys in C# and maybe there is allready one. Do you now know what I meant?

    Greetings.
     
  2. Last edited by a moderator: Dec 5, 2021
    D12294 likes this.