I need to make my app to support for multiple languages. So I had created resource files and also binded the strings.
If some strings are coming as dynamic so how do i bind those values in resource files because those values are coming while app is running. Before start I can't hard code those values in resource files.
Thanks for your suggestions.