You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the function `GetName(string languageCode)` it same as the previous one, the only difference is that the type of the returned name (common or official) will be detrmined from `WorldCountriesConfiguration` configuration class
151
151
152
152
```csharp
153
-
// if set to `true` we will return the official name of the country when retrieving the name, if set to `false` the common name will be used, by default is set to `true`
153
+
// if set to `true` we will return the official name of the country when retrieving the name,
154
+
// if set to `false` the common name will be used, by default is set to `true`
0 commit comments