1. I need localization for items, how i can parse or extract from rust?
     
  2. UP!!!!!!!!!!!!!
     
  3. What you mean by localization ?
     
  4. dict<string,string> localizationEngToRus = { {"sword", "Меч"} }
     
  5. I imagine the translations are located client side, so I can maybe suggest making a console application but referencing the CLIENTS files in your VS solution to get that data.
     
  6. Localization really is stored on client.