Bug: AllowLocalizedParameters doesn't work when using fallbacks
3 years 10 months ago #4278
by UltraRat
When applying a LocParam if you never unload used languages and attempt to use a term that has a fallback translation, the param will be blank, rather than the translation of the param in the fallback language.
This seems to be due to LocalizationManager_Parameters.cs's ApplyLocalizationParams checking forrather than
This seems to be due to LocalizationManager_Parameters.cs's ApplyLocalizationParams checking for
result = termData.GetTranslation(idx);
result = source.GetTranslation(termData.Term);
Please Log in or Create an account to join the conversation.
3 years 10 months ago #4288
by Frank
Are you
Give I2L
5 stars!
Are you
Please lets us know how to improve it!
Replied by Frank on topic Bug: AllowLocalizedParameters doesn't work when using fallbacks
Thanks for reporting this issue, will add a fix right away!
Are you

Are you

To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
Time to create page: 0.197 seconds