Get desktop application:
View/edit binary Protocol Buffers messages
This service provides centralized access of i18n strings for components that send user facing messages. Strings are generally fetched via a unique ID and an optional language locale. Should refer to https://github.com/kikinteractive/localization-strings for a complete listing of strings along with their IDs.
Fetch a string associated with a given ID and an optional locale. If local is not provided the default (English) string will be given.
Fetch a list of strings from a given list of IDs and an optional locale. A response will be streamed for each ID. A non-OK result will _not_ stop the stream. If local is not provided the default (English) strings will be given.
Some experiment ID for conducting AB testing on string variants. Currently not in use.
Used as response type in: Localization.GetString, Localization.GetStrings
Id of the requested string.
Will only be set if result == OK or LOCALE_NOT_AVAILABLE.
Used in:
Set when the string ID was not found.
Set when the string is not available in the given locale. NOTE: The default string will be provided in this case.
Used in:
, ,Used in: